/* Стили для страницы "Условия доставки" */
.entry-title {
    text-align: center;
}

.delivery-conditions {
    max-width: 800px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #333;
    line-height: 1.6;
}

.delivery-conditions__intro {
    font-size: 1.1em;
    text-align: center;
    color: #555;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.delivery-conditions__section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.delivery-conditions__icon-wrapper {
    flex: 0 0 50px;
    height: 50px;
    background-color: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    color: #007bff;
}

.delivery-conditions__icon-wrapper .fa-solid {
    font-size: 24px;
}

.delivery-conditions__content {
    flex: 1;
}

.delivery-conditions__title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    color: #222;
}

.delivery-conditions__subsection {
    margin-bottom: 20px;
}

.delivery-conditions__subsection h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    border-left: 3px solid #007bff;
    padding-left: 10px;
}

.delivery-conditions p {
    margin-top: 0;
    margin-bottom: 10px;
}

.delivery-conditions strong {
    color: #333;
}

.delivery-conditions__notice {
    background-color: #fffbe6;
    border: 1px solid #ffe58f;
    border-radius: 4px;
    padding: 15px;
    font-size: 0.95em;
}