.audio-grid-row {
display: block !important; } @media (min-width: 981px) {
.audio-grid-row .et_pb_column {
width: 30.6% !important;
margin-right: 4% !important;
float: left !important;
display: flex !important; min-height: 1px;
}
.audio-grid-row .et_pb_column:nth-child(3n) {
margin-right: 0 !important;
}
.audio-grid-row .et_pb_column:nth-child(3n+1) {
clear: left !important;
}
} @media (min-width: 768px) and (max-width: 980px) {
.audio-grid-row .et_pb_column {
width: 47% !important;
margin-right: 6% !important;
margin-bottom: 30px !important;
float: left !important;
display: flex !important;
clear: none !important;
}
.audio-grid-row .et_pb_column:nth-child(2n) {
margin-right: 0 !important;
}
.audio-grid-row .et_pb_column:nth-child(2n+1) {
clear: left !important;
}
} @media (max-width: 767px) {
.audio-grid-row .et_pb_column {
width: 100% !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}
} .audio-card {
width: 100% !important;
display: flex !important;
flex-direction: column !important;
flex: 1 1 auto; }
.audio-card .et_pb_blurb_content {
display: flex !important;
flex-direction: column !important;
height: 100% !important;
flex: 1; 
} .audio-card .et_pb_button_module_wrapper {
margin-top: auto !important;
}  .audio-card .et_pb_button {
background-color: #ffffff !important;
color: #6f2232 !important;
font-size: 18px !important;
border: 1px solid #6f2232 !important;
border-radius: 9px !important;
padding: 10px 2em 10px 0.7em !important;
display: inline-block;
text-align: center;
font-weight: 600;
transition: all 300ms ease !important;
} .audio-card .et_pb_button:hover {
background-color: #6f2232 !important;
color: #ffffff !important;
border-color: #ffffff !important;
} .pms-form input[type="submit"] {
background-color: #6f2232;
color: #ffffff;
letter-spacing: 0.5px;
padding: 14px 28px;
font-size: 18px;
border-radius: 9px;
border: none;
font-weight: 600;
cursor: pointer;
transition: background-color 0.3s ease-in-out;
} .pms-form input[type="submit"]:hover {
background-color: #0f0f0f;
}  body.logged-in .hide-if-logged-in {
display: none !important;
} body:not(.logged-in) .show-only-if-logged-in {
display: none !important;
} .hide-if-logged-in .get-instant-access-btn {
background: linear-gradient(135deg, #d9534f 0%, #c9302c 100%);
color: #fff;
padding: 12px 30px;
border-radius: 8px;
font-weight: bold;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(217, 83, 79, 0.3);
}
.hide-if-logged-in .get-instant-access-btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(217, 83, 79, 0.4);
} .show-only-if-logged-in .my-account-btn {
background: #8B1538;
color: #fff;
padding: 12px 30px;
border-radius: 8px;
font-weight: bold;
text-decoration: none;
transition: all 0.3s ease;
}
.show-only-if-logged-in .my-account-btn:hover {
background: #6B1028;
} @media (max-width: 768px) {
.hide-if-logged-in .get-instant-access-btn,
.show-only-if-logged-in .my-account-btn {
display: block;
width: 100%;
text-align: center;
margin: 10px 0;
}
}  #footer-widgets {
display: none !important;
} #main-footer {
background: #0f0f0f !important;
padding-top: 30px !important;
} #footer-bottom {
background: #0f0f0f !important;
padding: 18px 0 !important;
border-top: 1px solid rgba(255,255,255,0.08);
} #footer-bottom .container {
display: flex;
flex-direction: column;
align-items: center;
gap: 14px;
} #footer-bottom .et-social-icons {
float: none !important;
padding: 0 !important;
margin: 0 !important;
}
#footer-bottom .et-social-icons li a {
opacity: 0.85;
transition: opacity 0.2s ease, transform 0.2s ease;
}
#footer-bottom .et-social-icons li a:hover {
opacity: 1;
transform: translateY(-2px);
} #footer-info {
float: none !important;
text-align: center !important;
color: rgba(255,255,255,0.65) !important;
font-size: 14px !important;
line-height: 1.4;
} #footer-info a {
color: rgba(255,255,255,0.75) !important;
text-decoration: none !important;
border-bottom: 1px solid rgba(255,255,255,0.15);
transition: color 0.2s ease, border-color 0.2s ease;
}
#footer-info a:hover {
color: #ffffff !important;
border-color: rgba(255,255,255,0.35);
}