/* Admin styles for Grandview Rank & Rent Builder */
.granrareb-service-page {
    max-width: 800px;
    padding: 20px;
}

.granrareb-service-page h1 {
    color: #1d2327;
    font-size: 28px;
    margin-bottom: 20px;
}

.granrareb-service-page h2 {
    color: #1d2327;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.cta-box {
    background: #f8f9fa;
    padding: 30px;
    text-align: center;
    margin: 30px 0;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.cta-box h3 {
    margin-top: 0;
    font-size: 20px;
}

.cta-box .button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    text-decoration: none;
    background: #2271b1;
    color: #fff;
    border-radius: 4px;
}

.cta-box .button:hover {
    background: #135e96;
}

#granrareb-results {
    margin-top: 20px;
    padding: 15px;
    background: #1e1e1e;
    border-radius: 4px;
}

#granrareb-output {
    color: #0f0;
    font-family: monospace;
    font-size: 12px;
    max-height: 400px;
    overflow: auto;
}