/* -------------------------
   @section Client Area Overview
   ------------------------- */

/* Ümumi konteyner */
#dash .detail.container {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

/* Başlıq */
#dash .detail.container h3 {
    font-size: 26px;
    font-weight: bold;
    color: #007BFF;
    margin-bottom: 20px;
}

/* H4 başlıqlar */
#dash .detail.container h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 10px 0 5px 0;
}

/* Güclü yazılar */
#dash .detail.container h4 strong {
    font-weight: 700;
    color: #222222;
}

/* Mətn span */
#dash .detail.container span,
#dash .detail.container a {
    font-size: 16px;
    color: #555555;
    text-decoration: none;
}

/* Linklər hover effekti */
#dash .detail.container a:hover {
    color: #007BFF;
    text-decoration: underline;
}

/* Sətirlər arasındakı boşluq */
#dash .detail.container .row {
    margin-bottom: 15px;
}

/* SSL status */
#dash .detail.container .ssl-inactive {
    color: #d9534f;
    /* qırmızı */
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    #dash .detail.container {
        padding: 15px;
    }

    #dash .detail.container h3 {
        font-size: 22px;
    }

    #dash .detail.container h4 {
        font-size: 16px;
    }

    #dash .detail.container span,
    #dash .detail.container a {
        font-size: 14px;
    }
}
