#template-agro .link-bio-preview {
    background-color: #FFFFFF !important;
    font-family: 'Roboto', sans-serif;
    color: #000000 !important;
    background-image: url(/images/templates/agro-farm.png);
    background-size: clamp(100px, 100vw, 700px);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#template-agro.wrapper .link-bio-preview {
    background-size: 375px !important;
}

#template-agro .icon-grid {
    order: 3;
}

#template-agro .button-container button,
#template-agro .icon-grid button {
    background-color: #42aa31 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    border: none !important;
}

#template-agro .icon-grid button {
  border-radius: 50% !important;
}

#template-agro .button-container button:hover,
#template-agro .icon-grid button:hover {
    background-color: #eddd5e !important;
    color: #222222 !important;
    transition: all 0.2s ease-out;
    transform: scale(1.01);
}

#template-agro .link-bio-footer {
  order: 4;
}