.roof-calc-10723 {
    background: #111111;
    color: #f1f1f1;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    max-width: 600px;
    margin: 0 auto;
    border: 2px solid #D4AF37;
    font-family: 'Roboto', sans-serif;
}
.roof-calc-title {
    margin-bottom: 25px;
    text-align: center;
    color: #D4AF37;
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.roof-calc-field {
    margin-bottom: 20px;
}
.roof-calc-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #cccccc;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.roof-calc-field input, .roof-calc-field select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #444;
    background: #222;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
}
.roof-calc-field input:focus, .roof-calc-field select:focus {
    border-color: #D4AF37;
    outline: none;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #D4AF37, transparent);
    margin: 30px 0;
}
.roof-calc-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #D4AF37, #AA7C11);
    color: #000;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}
.roof-calc-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
    opacity: 0.95;
}
.roof-calc-btn:disabled {
    background: #555;
    color: #888;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}
.roof-calc-result {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px dashed #444;
    text-align: center;
}
.roof-calc-result h4 {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
}
.roof-calc-price-range {
    font-size: 32px;
    font-weight: bold;
    color: #D4AF37;
    margin: 15px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.roof-calc-disclaimer {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 25px;
    line-height: 1.5;
}
.roof-calc-quote-btn {
    display: inline-block;
    padding: 12px 25px;
    background: transparent;
    color: #D4AF37;
    border: 2px solid #D4AF37;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.roof-calc-quote-btn:hover {
    background: #D4AF37;
    color: #000;
}
.pac-container {
    background-color: #222;
    border: 1px solid #444;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.pac-item {
    border-top: 1px solid #333;
    color: #ccc;
    padding: 10px;
    cursor: pointer;
}
.pac-item:hover {
    background-color: #333;
}
.pac-item-query {
    font-size: 16px;
    color: #fff;
}
