/* AI Score Widget Styles */
.templeo-score-fact {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
}

.templeo-score-fact .fun-fact-text span {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

.templeo-score-fact .fun-fact-text h4 {
    color: #fff !important;
    font-size: 28px !important;
}

.templeo-score-fact .fun-fact-icon i {
    color: rgba(255, 255, 255, 0.2) !important;
}

/* Feedback Box */
.templeo-score-feedback-box {
    margin-top: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.templeo-score-feedback-box .headline {
    background: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.templeo-score-feedback-box .headline h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.templeo-score-feedback-box .headline i {
    margin-right: 10px;
    color: #667eea;
}

.templeo-score-feedback-box .content {
    padding: 25px;
}

.templeo-tips-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.templeo-tips-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #666;
}

.templeo-tips-list li:before {
    content: "\e9a2";
    /* icon-material-outline-check-circle */
    font-family: "Material-Icons";
    position: absolute;
    left: 0;
    color: #28a745;
    font-size: 18px;
}

.templeo-no-score {
    text-align: center;
    padding: 40px;
    color: #888;
}

.templeo-no-score i {
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.3;
}

/* Membership Title Styling */
.templeo-membership-title {
    display: block;
    font-size: 1.4em;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 5px;
    line-height: 1.2;
}

.user-job-package label {
    cursor: pointer;
}

/* Visibility Control Styles */
.job-visibility-control {
    display: inline-flex;
    background: #f0f0f0;
    border-radius: 4px;
    padding: 3px;
    margin-top: 10px;
    gap: 3px;
}

.templeo-visibility-btn {
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #666;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
}

.templeo-visibility-btn:hover {
    background: #e0e0e0;
    color: #333;
}

.templeo-visibility-btn.active.published {
    background: #36bd78;
    color: #fff;
}

.templeo-visibility-btn.active.unpublished {
    background: #e83e8c;
    color: #fff;
}

.templeo-visibility-btn.active.hidden {
    background: #ffa800;
    color: #fff;
}

/* WhatsApp Link Styling */
.templeo-whatsapp-link i {
    color: #25d366 !important;
}

.templeo-whatsapp-link:hover i {
    color: #128c7e !important;
}