@font-face {
    font-family: 'Clarika';
    src: url('/distribution-map/assets/font/clarika/ClarikaGeoRegular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Clarika';
    src: url('/distribution-map/assets/font/clarika/ClarikaGeoMedium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Clarika';
    src: url('/distribution-map/assets/font/clarika/ClarikaGeoDemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Clarika';
    src: url('/distribution-map/assets/font/clarika/ClarikaGeoBold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'ocr';
    src: url('/assets/font/ocr/ocr.eot');
    src: url('/assets/font/ocr/ocr.eot?#iefix') format('embedded-opentype'),
        url('/assets/font/ocr/ocr.woff') format('woff'),
        url('/assets/font/ocr/ocr.ttf') format('truetype'),
        url('/assets/font/ocr/ocr.svg#svgFontName') format('svg');
    font-display: swap;
}

body {
    margin: 0;
    font-family: 'Clarika', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.footer-section-inner .container {
    max-width: 1000px;
    margin: 0 auto;
}

.profile-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.not-found-img {
    margin: auto;
    display: block;
    max-height: 300px;
}

.not-found {
    text-align: center;
}

.not-found h2 {
    font-size: 1rem;
    margin-bottom: 30px;
}

.show-in-desktop {
    display: block;
}

.show-in-mobile {
    display: none;
}

.profile-section {
    padding-top: 110px;
    margin-bottom: 70px;
    text-align: left;
}

.profile-section h1 {
    text-align: center;
}

.profile-section > p {
    margin-bottom: 50px;
    text-align: center;
}

.profile-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.profile-sidebar {
    flex: 0 0 25%;
    max-width: 300px;
}

.profile-main {
    flex: 1 1 0;
    min-width: 0;
}

.avatar {
    width: 300px;
    height: 373px;
    background: url(/assets/images/pattern_wave.png);
    background-size: 300px 300px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.avatar::before {
    content: '';
    display: block;
    height: 900px;
    width: 100%;
    background-color: #0091FE;
    position: absolute;
    z-index: 0;
}

.avatar[data-is-even="true"]::before {
    background-color: #0091FE;
}

.avatar[data-is-even="false"]::before {
    background-color: #DC1414;
}

.avatar img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bio-mobile {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
}

.bio-mobile::before {
    content: '';
    display: block;
    position: absolute;
    width: 170%;
    height: 400px;
    margin-left: -50px;
    margin-top: -220px;
    background-image: linear-gradient(15deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .9), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.bio-mobile .name {
    color: #fff;
    z-index: 2;
    position: relative;
}

.bio-mobile .username {
    color: rgba(255, 255, 255, 0.714);
    z-index: 2;
    position: relative;
}

.bio-mobile .sub-info {
    color: rgba(255, 255, 255, 0.714);
    z-index: 2;
    position: relative;
}

.bio-mobile .sub-info .dot {
    background-color: rgba(255, 255, 255, 0.714);
}

.section-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    color: #666;
    margin-top: 30px;
    margin-bottom: 10px;
}

.section-title::after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 100%;
    margin-left: 10px;
    top: 8px;
    position: absolute;
    background-color: #ddd;
}

.detail-list .name {
    font-weight: bold;
    font-size: inherit;
    display: inline;
    margin-right: 7px;
    margin-left: 7px;
}

.detail-list .value {
    font-size: inherit;
    display: inline;
}

.profile-name {
    font-size: 2rem;
    font-weight: bold;
}

.verified-badge {
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    margin-top: 12px;
    width: 30px;
    height: 30px;
    background: url(/assets/images/verified-badge-blue.svg);
    background-size: 100% 100%;
}

.white-verified-badge {
    display: inline-block;
    margin-left: 7px;
    position: absolute;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    background: url(/assets/images/verified-badge-white.svg);
    background-size: 100% 100%;
}

.info-under-name {
    margin-top: 10px;
}

.sub-info {
    display: inline-block;
    font-size: 0.9rem;
}

.sub-info .icon-marker,
.sub-info .icon-cake,
.sub-info .icon-briefcase {
    margin-right: 5px;
    margin-bottom: -3px;
}

.username {
    display: inline-block;
    font-size: 0.9rem;
}

.dot {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    margin-bottom: 3px;
    background-color: #ddd;
}

.float-right {
    float: right;
    text-align: right;
    opacity: 0.3;
}

.float-right:hover {
    opacity: 1;
    cursor: default;
}

.nik {
    font-family: 'ocr', monospace;
    font-size: 2rem;
    margin-bottom: 0;
}

.nik-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #666;
    font-weight: bold;
}

.nik-barcode {
    width: 300px;
    height: 30px;
    background-size: 100% 100%;
    float: right;
}

.icon-marker {
    background: url(/assets/images/icon_set.png) 0 0;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.icon-fur {
    background: url(/assets/images/icon_set.png) 0 -74px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.icon-comb {
    background: url(/assets/images/icon_set.png) 0 -90px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.icon-left-eye {
    background: url(/assets/images/icon_set.png) 0 -30px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-bottom: -2px;
}

.icon-right-eye {
    background: url(/assets/images/icon_set.png) 0 -15px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.icon-female {
    background: url(/assets/images/icon_set.png) 0 -45px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.icon-male {
    background: url(/assets/images/icon_set.png) 0 -60px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.icon-paw {
    background: url(/assets/images/icon_set.png) 0 -180px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.icon-blood {
    background: url(/assets/images/icon_set.png) 0 -105px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.icon-vaccine {
    background: url(/assets/images/icon_set.png) 0 -120px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.icon-food {
    background: url(/assets/images/icon_set.png) 0 -150px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.icon-console {
    background: url(/assets/images/icon_set.png) 0 -165px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.icon-mating-status {
    background: url(/assets/images/icon_set.png) 0 -210px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.icon-briefcase {
    background: url(/assets/images/icon_set.png) 0 -135px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.icon-cake {
    background: url(/assets/images/icon_set.png) 0 -195px;
    background-size: 100% auto;
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
    display: inline-block;
}

.tabs ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none;
}

.tabs ul::after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background-color: #eee;
    margin-top: -3px;
}

.tabs ul li {
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid transparent;
    border-bottom: 3px solid #eee;
    color: #555;
    font-size: 0.9rem;
    cursor: pointer;
}

.tabs ul li.active {
    border: 1px solid #f6f6f6;
    border-bottom: 3px solid #6ebaff;
    color: #111;
    background-color: #fafafa;
    border-radius: 3px 3px 0 0;
}

.missing-banner {
    background-color: rgb(242, 207, 29);
    padding: 10px 20px;
    max-width: 610px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.missing-banner::after {
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 100px;
    top: 0;
    right: 0;
    background: url(/assets/images/strip_pattern.png);
    background-size: 15px 15px;
    -webkit-mask-image: -webkit-gradient(linear, right top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    animation: classic 3s infinite;
    animation-timing-function: linear;
}

.missing-banner svg {
    margin-right: 7px;
    vertical-align: middle;
}

.missing-banner:hover {
    box-shadow:
        0px 0.2px 2.7px rgba(0, 0, 0, 0.022),
        0px 0.6px 6.9px rgba(0, 0, 0, 0.031),
        0px 1.2px 14.2px rgba(0, 0, 0, 0.039),
        0px 2.6px 29.2px rgba(0, 0, 0, 0.048),
        0px 7px 80px rgba(0, 0, 0, 0.07);
}

@keyframes classic {
    from { background-position: 0 0; }
    to { background-position: 0 15px; }
}

/* Timeline */
.timeline {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    display: inline-block;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #e3e3e3;
    top: 0;
    bottom: 20px;
    left: 50px;
    margin-left: -3px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .02) inset;
}

.tl-item {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
    box-sizing: border-box;
}

.tl-item::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #c0e0ff;
    top: 60px;
    border-radius: 50%;
    z-index: 1;
}

.tl-left {
    left: 0;
}

.tl-right {
    left: 53px;
}

.tl-right::before {
    content: '';
    height: 20px;
    position: absolute;
    top: 62px;
    width: 20px;
    z-index: 2;
    left: 30px;
    background-color: #fff;
    transform: rotateZ(45deg);
    border: 1px solid #ddd;
    border-top: none;
    border-right: none;
}

.tl-right.owner::before {
    background-color: #fff;
    border: 1px solid #6ebaff;
    border-top: none;
    border-right: none;
}

.tl-right::after {
    left: -16px;
}

.tl-content {
    padding: 10px 20px 20px;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    cursor: pointer;
}

.tl-owner .tl-content {
    border: 1px solid #6ebaff;
    margin-top: 0;
}

.tl-content p {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
}

.tl-empty {
    left: 53px;
}

.tl-empty::before {
    content: '';
    height: 20px;
    position: absolute;
    top: 42px;
    width: 20px;
    z-index: 2;
    left: 30px;
    background-color: #fff;
    transform: rotateZ(45deg);
    border: 1px solid #ddd !important;
    border-top: none !important;
    border-right: none !important;
}

.tl-empty::after {
    left: -16px;
    top: 40px;
}

.tl-empty-content {
    padding: 10px 20px;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-top: 18px;
    margin-bottom: 0;
}

.timeline a {
    color: initial;
    text-decoration: none;
}

.tweet-profile {
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.tweet-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #eee;
    vertical-align: middle;
}

.tweet-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tweet-sender-name {
    display: inline-block;
    vertical-align: middle;
}

.tweet-sender-full-name {
    font-weight: bold;
    line-height: 0.9rem;
}

.tweet-sender-handle {
    font-size: 0.8rem;
    color: #555;
    margin-top: 1px;
    margin-bottom: 2px;
}

.tl-content p span {
    color: #358ad9;
    font-weight: bold;
}

.tweet-media {
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    min-width: 450px;
    position: relative;
}

.tweet-media img {
    width: 100%;
    height: auto;
    display: block;
}

.tweet-media .media-item[data-type="video"]::before,
.tweet-media .media-item[data-type="animated_gif"]::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/assets/images/play.png) no-repeat 50% 50%;
    background-size: 100px;
}

.tl-content:hover {
    box-shadow:
        1.7px 2px 5.3px rgba(0, 0, 0, 0.028),
        5.8px 6.7px 17.9px rgba(0, 0, 0, 0.042),
        26px 30px 80px rgba(0, 0, 0, 0.07);
}

.timeline .dot {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    width: 3px;
    height: 3px;
    margin-bottom: 3px;
    border-radius: 3px;
    background-color: #ddd;
}

/* Tweet Media layouts */
.two-images {
    height: 260px;
    display: flex;
}

.two-images .media-item:nth-child(1) {
    flex-grow: 1;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 16px 0 0 16px;
}

.two-images .media-item:nth-child(2) {
    flex-grow: 1;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 0 16px 16px 0;
}

.two-images .media-item + .media-item {
    margin-left: 2px;
}

.tweet-media.two-images .media-item[data-type="video"]::before,
.tweet-media.two-images .media-item[data-type="animated_gif"]::before {
    width: 50% !important;
    height: 100%;
}

.three-images {
    height: 350px;
    display: flex;
}

.three-images .first-image {
    background-size: cover !important;
    background-position: center !important;
    flex: 0 0 50%;
    border-radius: 16px 0 0 16px;
    margin-right: 2px;
}

.three-images .other-images {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.three-images .other-images .media-item:nth-child(1) {
    flex: 1 1 100%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0 16px 0 0;
    margin-bottom: 2px;
}

.three-images .other-images .media-item:nth-child(2) {
    flex: 1 1 100%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0 0 16px 0;
}

.tweet-media.three-images .media-item[data-type="video"]::before,
.tweet-media.three-images .media-item[data-type="animated_gif"]::before {
    width: 50% !important;
    height: 100%;
}

.tweet-media.three-images .other-images .media-item[data-type="video"]::before,
.tweet-media.three-images .other-images .media-item[data-type="animated_gif"]::before {
    width: 100% !important;
    height: 50%;
}

.four-images {
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.four-images .media-item:nth-child(1) {
    flex: 0 49.8%;
    background-size: cover !important;
    border-radius: 16px 0 0 0;
    margin-bottom: 2px;
}

.four-images .media-item:nth-child(2) {
    flex: 0 49.8%;
    background-size: cover !important;
    border-radius: 0 16px 0 0;
    margin-bottom: 2px;
}

.four-images .media-item:nth-child(3) {
    flex: 0 49.8%;
    background-size: cover !important;
    border-radius: 0 0 0 16px;
    margin-bottom: 0;
}

.four-images .media-item:nth-child(4) {
    flex: 0 49.8%;
    background-size: cover !important;
    border-radius: 0 0 16px 0;
    margin-bottom: 0;
}

.tweet-media.four-images .media-item[data-type="video"]::before,
.tweet-media.four-images .media-item[data-type="animated_gif"]::before {
    width: 50% !important;
    height: 50% !important;
}

/* Additional info expand */
.additional-info {
    position: relative;
}

.additional-info .expand-btn {
    display: none;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 30px 0;
    margin-left: -10px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, .9), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    cursor: pointer;
}

.additional-info .expand-btn span {
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5.3px rgba(0, 0, 0, 0.093);
}

.additional-info[data-expanded="true"] .expand-btn {
    display: none;
}

.no-timeline-yet .tl-content {
    cursor: initial;
}

.no-timeline-yet .tl-content p {
    text-align: center;
}

/* Birthday button */
.birthday-btn {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    z-index: 30;
    color: #fff;
    background-color: #6ebaff;
    border-radius: 20px;
    padding: 4px 14px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    box-shadow:
        2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
        6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
        12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
        22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
        41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
        100px 100px 80px rgba(0, 0, 0, 0.07);
    opacity: 1;
    cursor: pointer;
    transition: all 0.2s;
}

.birthday-btn.hidden {
    opacity: 0;
    transform: scale(2) translate(-25%, -25%);
    pointer-events: none;
}

/* Contact owner modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-overlay.show {
    display: flex;
}

.modal-box {
    background: #fff;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.modal-header {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    margin: 0;
    font-size: 1.1rem;
}

.modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 16px 20px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.modal-footer a,
.modal-footer button {
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.modal-footer a.btn-primary,
.modal-footer button.btn-primary {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.modal-footer a.btn-primary:hover,
.modal-footer button.btn-primary:hover {
    background: #0b5ed7;
}

.phone-number {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
    color: #333;
}

/* Responsive */
@media screen and (max-width: 1399.5px) {
    .profile-sidebar { flex: 0 0 29%; }
    .profile-main { flex: 0 0 69%; }
}

@media screen and (max-width: 1199.5px) {
    .profile-sidebar { flex: 0 0 35%; }
    .profile-main { flex: 0 0 63%; }
    .nik-barcode { width: 200px; }
    .nik { font-size: 1.1rem; }
}

@media screen and (max-width: 991.5px) {
    .profile-sidebar { flex: 0 0 30%; }
    .profile-main { flex: 0 0 68%; }
    .nik-barcode { width: 100px; height: 10px; }
    .nik { font-size: 1rem; }
    .avatar { width: 200px; height: 248px; }
    .avatar img { width: 100%; }
    .timeline { width: 100%; }
    .tweet-media { min-width: 0 !important; }
    .detail-list .name { font-size: 0.7rem; }
    .detail-list .value { font-size: 0.7rem; }
}

@media screen and (max-width: 767.5px) {
    .profile-layout { flex-direction: column; }
    .profile-sidebar { flex: 1 1 100%; max-width: 100%; }
    .profile-main { flex: 1 1 100%; }
    .avatar { width: 100%; height: calc(80vw); }
    .avatar img { width: 100%; }
    .bio-desktop { display: none; }
    .bio-mobile { display: block; }
    .additional-info { height: 200px; overflow: hidden; }
    .additional-info .expand-btn { display: block; }
    .additional-info[data-expanded="true"] { height: auto; }
    .show-in-desktop { display: none; }
    .show-in-mobile { display: block; }
}

@media screen and (max-width: 628.5px) {
    .profile-section { margin-top: 10px; }
    .section-title { margin-top: 10px; }
    .avatar { width: 100%; height: calc(90vw); }
    .bio-mobile { bottom: 20px; left: 20px; }
    .additional-info { padding: 10px; }
}

@media screen and (max-width: 600.5px) {
    .tl-right::before {
        border: 1px solid #ddd !important;
        border-top: none !important;
        border-right: none !important;
    }
    .tl-right.owner::before {
        border: 1px solid #6ebaff !important;
        border-top: none !important;
        border-right: none !important;
    }
    .avatar { height: calc(110vw); margin-top: 20px; }
}

@media screen and (max-width: 575.5px) {
    .avatar { height: calc(110vw); margin-top: 0; }
}

@media screen and (max-width: 450.5px) {
    .two-images { height: 200px; }
    .three-images { height: 300px; }
    .four-images { height: 300px; }
    .four-images .media-item { flex: 0 49.5% !important; }
    .tl-content { padding: 10px !important; }
    .tweet-profile { margin-top: 0; margin-bottom: 0; }
    .bio-mobile .name { font-size: 1.5rem; }
    .bio-mobile .sub-info { font-size: 0.7em; }
    .white-verified-badge { width: 20px; height: 20px; margin-top: 9px; }
}

@media screen and (max-width: 381.5px) {
    .bio-mobile .name { font-size: 1.5rem; }
    .bio-mobile .sub-info { font-size: 0.5em; }
    .white-verified-badge { width: 20px; height: 20px; margin-top: 9px; }
    .tweet-sender-handle { white-space: nowrap; }
}

@media screen and (max-width: 600px) {
    .timeline::after { left: 31px; }
    .tl-item { width: 100%; padding-left: 70px; padding-right: 25px; }
    .tl-item::before { left: 60px; border: medium solid white; border-width: 10px 10px 10px 0; border-color: transparent white transparent transparent; }
    .tl-left::after, .tl-right::after { left: 15px; }
    .tl-right { left: 0; }
    .tl-empty::before { left: 60px; }
    .tl-empty::after { left: 15px; }
}
