.hc-cdg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.hc-cdg-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

#hc-cit-diregi-gomme-derinligi-hesaplama select {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
}

#hc-cit-diregi-gomme-derinligi-hesaplama .hc-result-note {
    font-size: 0.85em;
    opacity: 0.7;
    text-align: center;
}

@media (max-width: 480px) {
    .hc-cdg-grid {
        grid-template-columns: 1fr;
    }
}
