.photo {
    text-align: center;
}
.link {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #eee;
    display: block;
    text-align: center;
    border-radius: 8px;
    text-decoration: none !important;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-weight: 700;
}
.link > * {
    vertical-align: middle;
}
.link-icon {
    max-height: 20px;
    margin-right: 10px;
    margin-top: -1px;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(99%) contrast(105%);
}
.url-link-icon {
    font-size: 20px;
}
.taplink-content {
    margin: 0 auto;
    padding-bottom: 50px;
    max-width: 500px;
    font-family: "Sansation";
}
.taplink-content > * {
    margin-top: 24px;
}
.phone-link {
    background-color: #19212B;
}
.phone-link__text {
    color: #fff;
}
.phone-link__logo {
    filter: invert(99%) sepia(2%) saturate(173%) hue-rotate(265deg) brightness(117%) contrast(100%);
}
.telegram-link__text {
    color: #000;
}
.whatsapp-link__text {
    color: #000;
}
.image-component {
    overflow-x: scroll;
}
.image-component .table-bordered,
.image-component td {
    margin: 0;
    padding: 0;
    border: none;
    width: auto;
    table-layout: fixed;
}
.image-component td + td {
    padding-left: 10px;
}
.image-component img, .article-view img{
    border-radius: 8px;
}
.socials-component,
.messengers-component {
    text-align: center;
}
.messengers-component__buttons,
.socials-component__buttons {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}
.messengers-component__button[data-value=""],
.socials-component__button[data-value=""] {
    display: none;
}
.messengers-component__button,
.socials-component__button {
    display: inline-block;
    flex: 1;
    display: flex;
    justify-content: center;
}
.socials-component {
    margin-top: 20px;
}
.socials-component__buttons {
    max-width: 235px;
}
.socials-component__image {
    min-width: 30px;
    max-width: 100px;
    max-height: 100px;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(99%) contrast(105%);
}
.messengers-component__button + .messengers-component__button,
.socials-component__button + .socials-component__button {
    margin-left: 10px;
}
.messengers-component__button {
    border-radius: 8px;
    height: 50px;
    line-height: 50px;
}
.messengers-component__buttons > :not([data-value=""]),
.messengers-component__buttons > :not([data-value=""]) ~ :not([data-value=""]) ~ :not([data-value=""]) {
    background-color: #19212B;
    color: #fff;
}
.messengers-component__buttons > :not([data-value=""]) .link-icon,
.messengers-component__buttons > :not([data-value=""]) ~ :not([data-value=""]) ~ :not([data-value=""]) .link-icon {
    filter: invert(99%) sepia(2%) saturate(173%) hue-rotate(265deg) brightness(117%) contrast(100%);
}
.messengers-component__buttons > :not([data-value=""]) ~ :not([data-value=""]) {
    background-color: #fff;
    color: #000;
}
.messengers-component__buttons > :not([data-value=""]) ~ :not([data-value=""]) .link-icon {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(99%) contrast(105%);
}
.messengers-component__button {
    text-decoration: none !important;
}
.messengers-component__text {
    white-space: nowrap;
    text-overflow: clip;
    margin-right: 10px;
}
.article-view {
    background: #FBFDFF;
    padding: 10px;
    border-radius: 10px;
}
.editor-modal {
    max-width: 98%;
}
.editor-modal label {
    width: 100%;
    max-width: 1000px;
}
.navigation-view-wrapper {

}
.navigation-view {
    margin-top: -8px;
}
.navigation-view a {
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    display: inline-block;
    border: 1px solid;
    border-radius: 6px;
    border-color: #000;
    color: #000;
    text-decoration: none;
    margin-top: 8px;
    margin-right: 8px;
}
@media only screen and (max-width: 768px) {
    .taplink-content {
        width: 100%;
        max-width: 100%;
    }
    .taplink-content > * {
        margin-top: 16px;
    }
    .link {
        font-size: 14px;
    }
    .link-icon {
        max-height: 20px;
        margin-right: 5px;
    }
    .messengers-component__text {
        font-size: 14px;
    }
}