.badge-generator-container-625e2deb {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

.badge-card-625e2deb {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
}

.badge-preview-container-625e2deb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px 35px;
    text-align: center;
    background-color: #ffffff;
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.3s ease;
}

.badge-logo-625e2deb {
    height: auto;
    max-height: 110px;
    max-width: 260px;
    object-fit: contain;
    margin-bottom: 20px;
}

.badge-text-625e2deb {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #4b5563;
    margin-bottom: 6px;
}

.badge-brand-625e2deb {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 14px;
    color: #111827;
}

.badge-stars-625e2deb {
    display: flex;
    gap: 6px;
}

.badge-stars-625e2deb svg {
    transition: fill 0.3s ease;
}

.badge-controls-625e2deb {
    padding: 24px;
    background: #f9fafb;
}

.badge-controls-title-625e2deb {
    font-size: 13px;
    color: #4b5563;
    margin: 0 0 16px 0;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
}

.badge-actions-grid-625e2deb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.badge-btn-625e2deb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.badge-btn-625e2deb:hover {
    background: #f3f4f6;
    color: #111827;
    border-color: #9ca3af;
}

.badge-btn-625e2deb:active {
    transform: scale(0.97);
}

/* Embed Box Styling */
.badge-embed-box-625e2deb {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.badge-embed-label-625e2deb {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
}

.badge-embed-input-wrapper-625e2deb {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.badge-embed-textarea-625e2deb {
    width: 100%;
    height: 70px;
    padding: 10px;
    font-family: monospace;
    font-size: 11px;
    color: #4b5563;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    resize: none;
    outline: none;
}

.badge-btn-copy-625e2deb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #111827;
    color: #ffffff;
    border: none;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.badge-btn-copy-625e2deb:hover {
    background: #1f2937;
}

.badge-toast-625e2deb {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #10b981;
    margin-top: 12px;
    min-height: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.badge-toast-625e2deb.show-toast-625e2deb {
    opacity: 1;
}
