.supplier-block {
    background-color: #b6c92f;
    color: white;
    font-family: Arial, sans-serif;
    padding: 20px;
    padding-bottom: 0px;
    /*padding-top: 40px;*/
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.supplier-block__title {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
}

.supplier-block__subtitle {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0.9;
    padding: 0 5px;
}

.supplier-block__highlight {
    font-weight: bold;
}

.supplier-block__catalog-btn {
    margin: 0 0 15px 0;
    display: block;
    height: 39px;
    line-height: 39px;
    background-color: white;
    color: #b6c92f;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
}

.supplier-block__btn-text {
    font-weight: bold;
}

.supplier-block__arrow-icon {
    margin-left: 5px;
}

.supplier-block__messengers {
    margin: 0 0 15px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.supplier-block__messenger-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    background-color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    min-width: 0;
    border: 1px solid #e0e0e0;
    font-weight: bold;
}

.supplier-block__whatsapp-btn {
    color: #25D366;
}

.supplier-block__telegram-btn {
    color: #2AABEE;
}

.supplier-block__messenger-icon {
    margin-left: 6px;
}

.supplier-block__email {
    margin: 0 0 15px 0;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    color: white;
}

.email-copy svg path {
    fill: white;
}

#custom-email-to-copy {
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}