.code-textarea {
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 15px;
    resize: vertical;
}

.code-textarea:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.options-group {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

/* Google Snippet Simulation Styling */
.google-snippet-card {
    font-family: Arial, sans-serif;
    text-align: left;
    max-width: 600px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.google-url-path {
    font-size: 14px;
    color: #202124;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.google-title-link {
    font-size: 20px;
    color: #1a0dab;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    line-height: 1.3;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.google-title-link:hover {
    text-decoration: underline;
}

.google-desc-text {
    font-size: 14px;
    color: #4d5156;
    line-height: 1.58;
    word-break: break-word;
}

/* Mobile adjustments */
.google-mobile-view {
    max-width: 375px;
}

.google-fav-placeholder {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #f1f3f4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.google-site-name {
    font-size: 12px;
    color: #202124;
    font-weight: 500;
}

.google-url-path-mobile {
    font-size: 11px;
    color: #4d5156;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.google-mobile-view .google-title-link {
    font-size: 18px;
    white-space: normal; /* wrap mobile titles */
}
