/* ReparaturProfi Frontend Styles */

/* Claim Form */
.rp-claim-form-wrapper {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 24px;
    margin: 20px 0;
}

.rp-claim-form-wrapper h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.2em;
}

.rp-claim-description {
    color: #555;
    margin-bottom: 16px;
}

.rp-claim-login-required {
    text-align: center;
    padding: 20px 0;
}

.rp-claim-login-required p {
    margin-bottom: 16px;
}

.rp-claim-login-required .button {
    margin: 0 8px;
}

.rp-claim-code-input {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.rp-claim-code-input label {
    font-weight: 600;
}

.rp-claim-code-input input[type="text"] {
    width: 120px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 4px;
    padding: 8px 12px;
}

.rp-claim-hint {
    color: #0073aa;
    font-weight: 500;
    margin-bottom: 12px;
}

.rp-claim-error {
    background: #fef0f0;
    border: 1px solid #e74c3c;
    border-radius: 4px;
    padding: 12px 16px;
    margin-top: 12px;
    color: #c0392b;
}

.rp-claim-success-message {
    background: #f0fef0;
    border: 1px solid #27ae60;
    border-radius: 4px;
    padding: 16px;
    color: #1e8449;
}

.rp-claim-loading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #666;
}

.rp-claim-document-form {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Business Dashboard */
.rp-business-dashboard {
    max-width: 800px;
}

.rp-dashboard-listing {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 16px;
}

.rp-dashboard-listing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.rp-dashboard-listing-header h3 {
    margin: 0;
}

.rp-dashboard-listing-header h3 a {
    text-decoration: none;
    color: #1a1a1a;
}

.rp-dashboard-listing-header h3 a:hover {
    color: #0073aa;
}

.rp-tier-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.rp-tier-free {
    background: #eee;
    color: #666;
}

.rp-tier-premium {
    background: #fff3cd;
    color: #856404;
}

.rp-tier-premium_plus {
    background: #d4edda;
    color: #155724;
}

.rp-dashboard-rating {
    margin-bottom: 12px;
    color: #f39c12;
}

.rp-review-count {
    color: #888;
    font-size: 0.9em;
}

.rp-dashboard-actions {
    display: flex;
    gap: 8px;
}

/* Verification Success */
.rp-verification-success {
    text-align: center;
    padding: 40px 20px;
}

.rp-verification-next-steps {
    text-align: left;
    max-width: 400px;
    margin: 20px auto;
}

.rp-verification-next-steps ul {
    list-style: disc;
    padding-left: 20px;
}

.rp-verification-next-steps li {
    margin-bottom: 8px;
}
