/* Domain config box style */
.domain-config {
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.domain-config:hover {
    box-shadow: 0 0 0 2px #cce0ff;
    transition: box-shadow 0.2s ease-in-out;
}
