/* "Já fui" / "Quero ir" + avaliação 1-5 estrelas — só usado em gap.php. */

.gap-status-box {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border: 1px solid #e3e8ec;
    border-radius: 12px;
    background-color: #f9f9f9;
}

.gap-status-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
}

.gap-status-avg {
    font-weight: 700;
    color: #1e266d;
}

.gap-status-avg i {
    color: #ff6c02;
}

.gap-status-count {
    color: #7d838a;
}

.gap-status-counts {
    color: #515867;
    margin-left: auto;
}

.gap-status-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.gap-status-actions {
    display: flex;
    gap: 0.5rem;
}

.gap-status-btn {
    padding: 0.5rem 1rem;
    border: 1px solid #ff6c02;
    border-radius: 32px;
    background-color: transparent;
    color: #ff6c02;
    font-weight: 600;
    font-size: 0.8125rem;
    cursor: pointer;
    transition: all 0.2s;
}

.gap-status-btn:hover {
    background-color: rgba(255, 108, 2, 0.1);
}

.gap-status-btn.active {
    background-color: #ff6c02;
    color: #ffffff;
}

.gap-status-rating {
    display: flex;
    gap: 0.15rem;
}

.gap-star {
    border: none;
    background: none;
    padding: 0.15rem;
    font-size: 1.25rem;
    line-height: 1;
    color: #d0dae2;
    cursor: pointer;
    transition: color 0.15s;
}

.gap-star.active,
.gap-star:hover {
    color: #ff6c02;
}

#gapStatusMsg .alert {
    margin: 0.75rem 0 0 0;
}

/* Reportar um problema — só usado em gap.php. */

.report-box {
    margin: 1.5rem 0 2rem;
}

.report-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1.1rem;
    border: 1px solid #d0dae2;
    border-radius: 32px;
    background-color: transparent;
    color: #7d838a;
    font-weight: 600;
    font-size: 0.8125rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

.report-trigger:hover,
.report-trigger:focus,
.report-trigger[aria-expanded="true"] {
    border-color: #e0483e;
    color: #e0483e;
    text-decoration: none;
}

.report-panel {
    margin-top: 1rem;
    padding: 1.25rem;
    border: 1px solid #e3e8ec;
    border-radius: 12px;
    background-color: #f9f9f9;
}

.report-select {
    max-width: 320px;
}

.report-input {
    display: block;
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #d0dae2;
    border-radius: 12px;
    background-color: #ffffff;
    color: #1e266d;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    resize: vertical;
    transition: all 0.2s;
    box-sizing: border-box;
}

.report-input:focus {
    outline: none;
    border-color: #e0483e;
    box-shadow: 0 0 0 4px rgba(224, 72, 62, 0.12);
}

.report-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.6rem;
    margin-top: 0.75rem;
}

.report-cancel {
    padding: 0.6rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 32px;
    background-color: transparent;
    color: #7d838a;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
}

.report-cancel:hover {
    color: #515867;
}

.report-submit {
    padding: 0.6rem 1.5rem;
    border: 1px solid #e0483e;
    border-radius: 32px;
    background-color: #e0483e;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
}

.report-submit:hover {
    background-color: transparent;
    color: #e0483e;
}

.report-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#report-loading .alert {
    margin: 0.75rem 0 0 0;
}
