.remmont-service-block {
    margin: 15px 0 !important;
    padding: 15px 20px !important;
    background: #fdfdfd;
    border-radius: 8px;
    border: 1px solid #eee;
    clear: both;
}

.service-title-simple {
    font-size: 19px !important;
    font-weight: 700 !important;
    margin: 0 0 10px 0 !important;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.highlight-text {
    font-weight: 600;
    margin-bottom: 8px !important;
    font-size: 15px;
}

.service-content p {
    margin-bottom: 6px !important;
    font-size: 14px;
    line-height: 1.4;
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 10px 0;
}

.check-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 4px 0 0 0 !important;
}

.check-list li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4361ee;
    font-weight: bold;
}

.special-repair-block {
    margin: 12px 0 !important;
    padding: 10px 15px !important;
    background: #f0f4ff;
    border-radius: 6px;
    border-left: 4px solid #4361ee;
}

.special-repair-block h4 {
    margin: 0 !important;
    font-size: 15px !important;
}

.special-repair-block h4 a {
    color: #4361ee !important;
    text-decoration: underline !important;
}

.repair-list {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 13px;
}

.work-hours-badge {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}

.service-address {
    margin-bottom: 8px;
}

.service-address p {
    margin: 2px 0 0 0 !important;
}

.hours-grid {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    margin-top: 4px;
    font-size: 13px;
}

.day-off {
    color: #e03131;
    font-weight: 600;
}

@media (max-width: 768px) {
    .service-grid { grid-template-columns: 1fr; gap: 10px; }
}