/*== Murojaatlar bo'yicha mas'ul shaxs bloki (html_parts: appeal_responsible) ==*/
.responsible-block {
    background: #fff;
    border: 1px solid rgba(7, 14, 77, .1);
    border-left: 3px solid var(--primary, #070e4d);
    border-radius: 6px;
    padding: 14px 16px;
}

.responsible-block__title {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary, #070e4d);
    margin-bottom: 10px;
}

.responsible-block__person {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.responsible-block__avatar {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--primaryLightest, rgba(7, 14, 77, .07));
    color: var(--primary, #070e4d);
    display: flex;
    align-items: center;
    justify-content: center;
}

.responsible-block__info {
    flex: 1 1 200px;
    min-width: 0;
}

.responsible-block__name {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary, #070e4d);
    line-height: 1.3;
}

.responsible-block__position {
    font-size: 12px;
    color: rgba(0, 0, 0, .55);
    line-height: 1.4;
}

.responsible-block__phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 5px 12px;
    border-radius: 6px;
    background: var(--primaryLightest, rgba(7, 14, 77, .06));
    color: var(--primary, #070e4d);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    transition: .37s;
}

.responsible-block__phone:hover,
.responsible-block__phone:focus {
    background: var(--primary, #070e4d);
    color: var(--textOnPrimary, #fff);
}

.responsible-block__note {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px dashed rgba(7, 14, 77, .15);
    font-size: 11.5px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .5);
}

@media (max-width: 575px) {
    .responsible-block__phone {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
}

/*== Alohida "Обращение граждан" sahifasida kattaroq ko'rinish ==*/
.appeal-responsible {
    padding: 28px 0 44px;
}

.appeal-responsible .responsible-block {
    padding: 28px 32px;
    border-radius: 14px;
    border-left-width: 5px;
}

.appeal-responsible .responsible-block__title {
    font-size: 16px;
    margin-bottom: 18px;
}

.appeal-responsible .responsible-block__person {
    gap: 16px;
    padding: 6px 0;
}

.appeal-responsible .responsible-block__avatar {
    width: 50px;
    height: 50px;
    font-size: 22px;
}

.appeal-responsible .responsible-block__name {
    font-size: 17px;
}

.appeal-responsible .responsible-block__position {
    font-size: 14px;
}

.appeal-responsible .responsible-block__phone {
    font-size: 15px;
    padding: 10px 18px;
}

.appeal-responsible .responsible-block__note {
    margin-top: 18px;
    padding-top: 14px;
    font-size: 14px;
    line-height: 1.65;
}

/* Sarlavhadan keyingi tavsif matni (title bilan person orasidagi) */
.appeal-responsible .responsible-block > p,
.appeal-responsible .responsible-block > div:not([class]) {
    font-size: 15px;
    line-height: 1.65;
}
