[data-custom-section="sire"] {margin:40px 0px;}
[data-custom-section="sire"] .sire-wrapper .title {font-family:var(--secondaryFont);font-weight:700;font-size:35px;}
[data-custom-section="sire"] .sire-wrapper > .cols {display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;}
[data-custom-section="sire"] .sire-wrapper > .cols > div {display:flex;flex-direction:column;gap:20px;}
[data-custom-section="sire"] .sire-wrapper .tiles {display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;}
[data-custom-section="sire"] .sire-wrapper .tiles .tile {background-color:var(--darkBlue);color:var(--darkBlueText);border-radius:10px;padding:20px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;}
[data-custom-section="sire"] .sire-wrapper .tiles .tile.pedigree {grid-column:span 2;}
[data-custom-section="sire"] .sire-wrapper .tiles .tile .label {font-size:18px;font-weight:600;}
[data-custom-section="sire"] .prod-table .table-header {border-radius:8px;background-color:#D9D9D980;padding:20px;text-align:center;display:flex;flex-direction:column;gap:10px;}
[data-custom-section="sire"] .prod-table .table-header .cols {display:grid;grid-template-columns:repeat(2, 1fr);gap:40px;}
[data-custom-section="sire"] .prod-table .table-header .table-name {font-weight:600;font-size:18px;}
[data-custom-section="sire"] .prod-table .table-rows {display:flex;flex-direction:column;}
[data-custom-section="sire"] .prod-table .table-rows .row {display:grid;align-items:center;grid-template-columns: 1fr 1fr;gap:20px;border-radius:8px;font-weight:600;padding:8px 20px;font-size:15px;text-align:center;}
[data-custom-section="sire"] .prod-table .table-rows .row:nth-child(even) {background-color:#D9D9D980;}
[data-custom-section="sire"] .images .image-wrapper {border-radius:10px;overflow:hidden;position:relative;}
[data-custom-section="sire"] .images .image-wrapper .caption {position:absolute;bottom:50px;left:20px;max-width:calc(100% - 40px);border-radius:5px;background-color:var(--darkBlue);color:var(--darkBlueText);padding:5px 10px;font-size:12px;}
[data-custom-section="sire"] .images .thumb-slider-container {margin-top:-40px;}
[data-custom-section="sire"] .images .splide__track--nav>.splide__list>.splide__slide.is-active {border-color:transparent;}
[data-custom-section="sire"] .key-facts {display:flex;flex-direction:column;gap:10px;}
[data-custom-section="sire"] .key-facts h2 {font-weight:600;font-size:20px;}
[data-custom-section="sire"] .key-facts a {color:inherit;text-decoration:underline;}
[data-custom-section="sire"] .enquire-panel {border-radius:10px;background-color:#F1F1F1;padding:40px 80px;}
[data-custom-section="sire"] .enquire-panel .semen-available, [data-custom-section="sire"] .enquire-panel h2 {text-align:center;font-size:35px;font-weight:700;font-family:var(--secondaryFont);}
[data-custom-section="sire"] .equire-form-container {margin-top:20px;}
[data-custom-section="sire"] .equire-form-container .fui-btn-wrapper {padding-top:20px;}
[data-custom-section="sire"] .equire-form-container .fui-submit {background-color:var(--black) !important;color:var(--blackText) !important;border:0;border-radius: 10px;font-size:18px;font-weight:600;}
[data-custom-section="sire"] .equire-form-container .fui-input,[data-custom-section="sire"] .equire-form-container .fui-select {height:45px;border-radius:10px;border:1px solid #FFF;}
[data-custom-section="sire"] .equire-form-container .fui-input:focus,[data-custom-section="sire"] .equire-form-container .fui-select:focus {border-color:#000;}
[data-custom-section="sire"] .equire-form-container textarea.fui-input {height:150px;resize:none;}

[data-custom-section="sire"] .data-row-table {margin-top:20px;}
[data-custom-section="sire"] .data-row-table .heading-panel {text-align:center;border-radius:8px;padding:20px;background-color:var(--darkBlue);color:var(--darkBlueText);font-weight:bold;font-size:20px;}
[data-custom-section="sire"] .data-row-table .row {display:grid;grid-template-columns:200px 100px 1fr 150px;gap:20px;padding:10px 20px;border-radius:8px;overflow:hidden;font-size:20px;font-weight:700;color:var(--darkBlue);}
[data-custom-section="sire"] .data-row-table .row .label {text-align:right;}
[data-custom-section="sire"] .data-row-table .row .value {text-align:center;font-size:18px;}
[data-custom-section="sire"] .data-row-table .row:nth-child(even) {background-color:#D9D9D980;}
[data-custom-section="sire"] .data-row-table .bar {position:relative;}
[data-custom-section="sire"] .data-row-table .bar::after {content:'';display:block;height:100%;width:1px;background-color:var(--darkBlue);left:0;right:0;top:0;bottom:0;margin:auto;z-index:2;position:absolute;}
[data-custom-section="sire"] .data-row-table .meter-bar {height:20px;background-color:var(--gold);position:absolute;top:0;bottom:0;transition:width .3s ease;margin:auto;}


@media (max-width:1000px)
{
    [data-custom-section="sire"] .sire-wrapper > .cols {grid-template-columns:1fr;}
}

@media (max-width:800px)
{
    [data-custom-section="sire"] .data-row-table .row {font-size:14px;align-items:center;grid-template-columns:120px 60px 1fr 100px;}
    [data-custom-section="sire"] .data-row-table .row .value {font-size:14px;}
}

@media (max-width:600px)
{
    [data-custom-section="sire"] .sire-wrapper .tiles {grid-template-columns:repeat(2, 1fr);}
    [data-custom-section="sire"] .sire-wrapper .title {font-size:25px;}
    [data-custom-section="sire"] .sire-wrapper .tiles .tile .label {font-size:16px;}
    [data-custom-section="sire"] .enquire-panel .semen-available, [data-custom-section="sire"] .enquire-panel h2 {font-size:25px;}
    [data-custom-section="sire"] .data-row-table .row {font-size:10px;grid-template-columns:80px 40px 1fr 65px;}
    [data-custom-section="sire"] .data-row-table .row .value {font-size:10px;}
}