﻿.dynamic-select-box > .controls {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
}

.property-fallback-info {
    color: #515054;
}

.seo-content .groups {
    display: flex;
}

.seo-content .groups .properties{
    width: 60%;
    padding-right: 60px;
}

/* Previewers */
.seo-content .groups .previews {
    position: relative;
}

.seo-content .groups .previews > .preview {
    position: sticky;
    top: 60px;
}

.google-preview {
    min-height: 120px;
    max-width: 520px;
    border-radius: 2px;
    font-family: arial, sans-serif;
    zoom: 1;
}

.google-preview p {
    margin: 0;
}

.google-preview h3 {
    font-size: 20px;
    line-height: 1.3; 
    margin: 0;
    padding: 5px 0 3px 0;
    font-weight: normal;
    color: #1a0dab;
}

.google-preview .link {
    color: #202124;
    line-height: 1.3;
    font-size: 14px;
}

.google-preview a:hover{
    text-decoration: none;
}

.google-preview .description {
    max-width: 504px;
    color: #4d5156;
    font-size: 14px;
    line-height: 1.58;
}

.google-review .listing{
    margin: 23px 0;
}

.open-graph-previewer .umb-editor-tab-bar {
    box-shadow: 0px 1px 0 #e9e9eb;
}

.facebook-previewer .card {
    width: 300px;
    font-family: Helvetica, Arial, sans-serif;
}

.facebook-previewer .card-image {
    height: 157px;
}

.facebook-previewer .card-text {
    padding: 10px 12px;
    margin: 0;
    font-size: 14px;
    color: #4b4f56;
    background-color: #f2f3f5;
    border-left: 1px solid #dadde1;
    border-right: 1px solid #dadde1;
    border-bottom: 1px solid #dadde1;
}

.facebook-previewer .card-content {
    max-height: 46px;
    overflow: hidden;
}

.facebook-previewer .card-subtitle {
    color: #606770;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
}

.facebook-previewer .card-title {
    font-weight: 600;
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    margin: 3px 0 0;
    padding-top: 2px;
    color: #1d2129;
}

.facebook-previewer .card-description {
    margin: 3px 0 0 0;
    color: #606770;
    font-size: 14px;
    line-height: 20px;
    word-break: break-word;
    max-height: 80px;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
    -webkit-line-clamp: 1;
    border-collapse: collapse;
    display: -webkit-box;
    overflow-wrap: break-word;
    -webkit-box-orient: vertical;
}

.twitter-previewer .card {
    width: 300px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #e1e8ed;
    background: #fff;
    font-family: TwitterChirp, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.3em;
    cursor: pointer;
    font-size: 15px;
}

.twitter-previewer .card-image {
    height: 145px;
    border-bottom: 1px solid #e1e8ed;
}

.twitter-previewer .card-text {
    padding: 12px;
    margin: 0;
    background-color: white;
    gap: 2px;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
}

.twitter-previewer .card-subtitle {
    overflow-wrap: break-word;
    color: rgb(83, 100, 113);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    min-width: 0px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.twitter-previewer .card-title {
    overflow-wrap: break-word;
    color: rgb(15, 20, 25);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    min-width: 0px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.twitter-previewer .card-description {
    color: rgb(83, 100, 113);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    min-width: 0px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.linkedin-previewer .card {
    width: 300px;
    overflow: hidden;
    margin: 0;
    background-color: #eef3f8;
}

.linkedin-previewer .card-image {
    height: 187px;
}

.linkedin-previewer .card-text {
    padding: 8px 12px;
}

.linkedin-previewer .card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0,0,0,0.9);
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
}

.linkedin-previewer .card-subtitle {
    margin-top: 8px;
    max-height: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0,0,0,0.6);
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0;
    line-height: 16px;
}