h3.domain-overview-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #232323;
    letter-spacing: 0;
    line-height: 38px;
}

.main {
    padding: 0
}

p.domain-overview-content {
    font-family: 'Open Sans', sans-serif;
    color: #565555;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 12px !important;
}

h3.domain-overview-header ~ p.domain-overview-content:first-of-type {
    margin-top: 32px;
}

h1.title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #232323;
    letter-spacing: -0.52px;
    line-height: 52px;
    border-bottom: none;
    margin-bottom: 0;
}

div img.leftAlone {
    border-style: none !important;
    height: 96px;
    width: 96px
}

p.check-details > a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 1.5;
    color: black;
}

p.check-details > a > img {
    transition: transform 0.2s ease-in-out;
    margin-left: 0.25rem;
}


@media (prefers-reduced-motion: reduce) {
    p.check-details > a > img {
        transition: none;
    }
}

p.check-details > a:hover {
    color: black;
}

p.check-details > a:hover > img {
    transform: translateX(0.5rem);
}

p.check-details img {
    height: 12px;
    background: none;
    width: 19px;
    border: none;
}

img.leftAlone.image {
    margin-bottom: 24px;
}

#desktop-display {
    max-width: 80%;
}

#main-desktop div.overview-cell {
    margin-top: 94px;
}

#main-mobile div.overview-cell {
    margin-top: 44px;
}

#main-mobile div.overview-cell:first-of-type {
    margin-top: 32px;
}

#main-mobile h1.title {
    font-size: 24px;
}

#main-mobile h3.domain-overview-header {
    font-size: 20px;
    line-height: 34px;
}

#main-mobile p.domain-overview-content {
    font-size: 16px;
    margin-top: 24px;
}

#main-mobile p.check-details > a {
    -webkit-tap-highlight-color: unset;
}
