.tweet-target-cta-16c90fba {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1a1a1a;
}
.ttc-title-16c90fba {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 24px;
}
.ttc-header-16c90fba {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.ttc-x-logo-16c90fba {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.ttc-instruction-16c90fba {
    font-size: 16px;
    font-weight: 700;
}
.ttc-tweet-box-16c90fba {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    background: #fff;
}
.ttc-tweet-text-16c90fba {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}
.ttc-button-16c90fba {
    display: inline-block;
    background-color: #ffff00;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 24px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: opacity 0.2s ease;
}
.ttc-button-16c90fba:hover {
    opacity: 0.9;
}