.tw-card {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.tw-card-inner {
    border: 1px solid #e1e8ed;
    border-radius: 9px;
    padding: 16px;
    max-width: 550px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #fff;
    box-sizing: border-box;
}
.tw-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.tw-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tw-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 9px;
    object-fit: cover;
    display: block;
}
.tw-user-info {
    display: flex;
    flex-direction: column;
}
.tw-name {
    display: flex;
    align-items: center;
    gap: 4px;
}
.tw-display-name {
    font-weight: 700;
    font-size: 15px;
    color: #0f1419;
}
.tw-verified-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.tw-username a {
    color: #657786;
    font-size: 14px;
    text-decoration: none;
    font-family: "Inter", sans-serif !important;
}
.tw-username a:hover {
    text-decoration: underline;
}
.tw-x-logo {
    width: 20px;
    height: 20px;
}
.tw-logo a {
    display: flex;
    align-items: center;
}
.tw-text {
    font-size: 15px;
    color: #0f1419;
    line-height: 1.5;
}
.tw-media {
    margin-top: 12px;
    border-radius: 9px;
    overflow: hidden;
}
.tw-media img {
    width: 100%;
    height: auto;
    display: block;
}
.tw-icon-link {
    width: 32px;
    height: 32px;
}
