/*
|--------------------------------------------------------------------------
| PRIVACY SECTION
|--------------------------------------------------------------------------
*/

.dqmate-privacy-section {

    margin-bottom: 15px;
}

/*
|--------------------------------------------------------------------------
| PRIVACY CARD
|--------------------------------------------------------------------------
*/

.dqmate-privacy-card {

    background: #eef6ff;

    border: 1px solid #c7dcff;

    border-radius: 16px;

    padding: 14px 18px;

    display: flex;

    align-items: center;

    gap: 14px;
}

/*
|--------------------------------------------------------------------------
| ICON
|--------------------------------------------------------------------------
*/

.dqmate-privacy-icon {

    width: 48px;

    height: 48px;

    flex-shrink: 0;

    border-radius: 12px;

    background: #2563eb;

    color: #ffffff;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 20px;

    font-weight: 700;
}

/*
|--------------------------------------------------------------------------
| CONTENT
|--------------------------------------------------------------------------
*/

.dqmate-privacy-content {

    flex: 1;
}

/*
|--------------------------------------------------------------------------
| TITLE
|--------------------------------------------------------------------------
*/

.dqmate-privacy-title {

    margin: 0 0 4px 0;

    color: #1e40af;

    font-size: 16px;

    font-weight: 700;
}

/*
|--------------------------------------------------------------------------
| DESCRIPTION
|--------------------------------------------------------------------------
*/

.dqmate-privacy-description {

    margin: 0;

    color: #475569;

    font-size: 13px;

    line-height: 1.4;
}

/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media (max-width: 768px) {

    .dqmate-privacy-card {

        padding: 12px;

        gap: 10px;
    }

    .dqmate-privacy-icon {

        width: 42px;

        height: 42px;

        font-size: 18px;
    }

    .dqmate-privacy-title {

        font-size: 15px;
    }

    .dqmate-privacy-description {

        font-size: 12px;
    }
}

/* === Tighter privacy section for short viewports === */
@media (min-width: 1024px) and (max-height: 850px) {
    .dqmate-privacy-section,
    .dqmate-footer-note {
        padding: 12px 16px !important;
        margin: 12px 0 !important;
    }
}

@media (min-width: 1024px) and (max-height: 850px) {
    .dqmate-privacy-section,
    .dqmate-footer-note {
        padding: 6px 12px !important;
        margin: 4px 0 !important;
    }
}

@media (min-width: 1024px) and (max-height: 850px) {
    .dqmate-privacy-section,
    .dqmate-footer-note { padding: 4px 10px !important; margin: 2px 0 !important; }
}

@media (min-width: 1024px) and (max-height: 850px) {
    .dqmate-privacy-section,
    .dqmate-footer-note { padding: 4px 10px !important; margin: 2px 0 !important; }
}

@media (min-width: 1024px) and (max-height: 850px) {
    .dqmate-privacy-section,
    .dqmate-footer-note { padding: 2px 8px !important; margin: 0 !important; }
}

@media (min-width: 1024px) and (max-height: 850px) {
    .dqmate-privacy-section,
    .dqmate-footer-note { padding: 10px 14px !important; }
}

@media (min-width: 1024px) and (max-height: 850px) {
    .dqmate-privacy-section,
    .dqmate-footer-note { padding: 14px 18px !important; margin-top: 10px !important; }
}

@media (min-width: 1024px) and (max-height: 850px) {
    .dqmate-privacy-section,
    .dqmate-footer-note { padding: 10px 14px !important; margin-top: 6px !important; }
}

@media (min-width: 1024px) and (max-height: 850px) {
    .dqmate-privacy-section,
    .dqmate-footer-note { padding: 8px 12px !important; margin-top: 4px !important; }
}
