/* SEOMagicPRO Custom Styles */
.navbar-brand {
    font-size: 1.5rem;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.form-check-label strong {
    color: #495057;
}

.text-muted {
    font-size: 0.875rem;
}

#categoryDropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#categoryDropdown .dropdown-item {
    padding: 0.5rem 1rem;
    border: none;
    background: none;
}

#categoryDropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}

.progress {
    height: 1.5rem;
}

.btn-lg {
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
}

.alert-warning {
    border-left: 4px solid #ffc107;
}

/* SEOMagicPro Brand Progress Bar */
.progress {
    background-color: rgba(65, 227, 197, 0.1) !important;
    border: 1px solid rgba(65, 227, 197, 0.3);
    border-radius: 8px;
    height: 20px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.progress-bar {
    background: linear-gradient(90deg, #41E3C5 0%, rgba(65, 227, 197, 0.8) 100%) !important;
    border-radius: 8px;
    transition: width 0.3s ease;
    box-shadow: 0 2px 8px rgba(65, 227, 197, 0.4);
    font-family: 'Open Sauce Semi Bold', sans-serif;
}

.progress-bar.complete {
    background: linear-gradient(90deg, #F0E292 0%, rgba(240, 226, 146, 0.9) 100%) !important;
    box-shadow: 0 2px 8px rgba(240, 226, 146, 0.4);
}

/* Result Card Text Wrapping */
.card-title {
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    line-height: 1.4;
}

.text-muted {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.85em;
    line-height: 1.3;
}

.card-body {
    padding: 1rem;
}

.card-body h6 {
    margin-bottom: 0.5rem;
}

.card-body small {
    display: block;
    margin-bottom: 0.75rem;
}

/* Enhanced badge text wrapping */
.badge {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal !important;
    text-align: left;
    max-width: 100%;
    display: inline-block;
    line-height: 1.3;
}

/* Product ID styling */
.text-muted {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.85em;
    line-height: 1.3;
    display: block;
    margin-bottom: 0.75rem;
}

/* Card body improvements */
.card-body {
    padding: 1rem;
    overflow-wrap: break-word;
}

/* Card title improvements */
.card-title {
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
