

/* Start:/local/templates/test/components/bitrix/news/specialisty/bitrix/news.detail/.default/style.css?17894794882032*/
.section-spec__meta-param {
    margin: 0;
}

.section-spec__sidebar .section-spec__btn-prodoctorov {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 18px;
    align-items: center;
    gap: 12px;

    width: 100%;
    min-height: 64px;
    margin-top: 12px;
    padding: 16px 18px;
    box-sizing: border-box;

    background: #fff;
    border: 1px solid #dce5ef;
    border-radius: 0;
    box-shadow: 0 3px 12px rgba(33, 76, 115, 0.06);

    text-decoration: none;
    text-transform: none;
    white-space: nowrap;

    transition: border-color 0.2s ease,
                background-color 0.2s ease,
                box-shadow 0.2s ease;
}

.section-spec__sidebar .section-spec__btn-prodoctorov:hover {
    background: #f8fbff;
    border-color: #9bbfea;
    box-shadow: 0 4px 14px rgba(33, 76, 115, 0.10);
    text-decoration: none;
}

.section-spec__sidebar .section-spec__btn-prodoctorov:focus-visible {
    outline: 2px solid #367cf5;
    outline-offset: 3px;
}

/* Крупный логотип — слева */
.section-spec__sidebar .section-spec__btn-prodoctorov-logo {
    grid-column: 1;
    grid-row: 1;
    display: block;

    width: 100%;
    max-width: 240px;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
}

/* Компактное действие — справа */
.section-spec__sidebar .section-spec__btn-prodoctorov-text {
    grid-column: 2;
    grid-row: 1;

    margin: 0;
    padding-left: 12px;
    border-left: 1px solid #dce5ef;

    color: #356c9c;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
}

/* Стрелка без кружка */
.section-spec__sidebar .section-spec__btn-prodoctorov-arrow {
    grid-column: 3;
    grid-row: 1;
    position: static;
    display: block;

    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    transform: none;

    color: #367cf5;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}
/* End */
/* /local/templates/test/components/bitrix/news/specialisty/bitrix/news.detail/.default/style.css?17894794882032 */
