.au-coach-card {
background: #fff;
border-radius: 20px;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
padding: 2rem;
margin-bottom: 2rem;
font-family: 'Inter', Arial, sans-serif;
}
.au-coach-card-grid {
display: grid;
grid-template-columns: 1.5fr 4fr 2fr 2fr;
gap: 2rem;
align-items: center;
}
@media (max-width: 1200px) {
.au-coach-card-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.au-coach-actions {
border-left: none !important;
border-top: 2px solid #e0e0e0;
padding-left: 0 !important;
padding-top: 1rem;
}
.au-coach-image {
max-width: 200px;
margin: 0 auto;
}
}
.au-coach-image img {
width: 100%;
max-width: 180px;
aspect-ratio: 1/1;
object-fit: cover;
border-radius: 16px;
background: #f5f5f5;
display: block;
}
.au-coach-info h3 {
font-size: 1.5rem;
font-weight: 700;
margin: 0 0 0.75rem 0;
font-family: 'Inter', Arial, sans-serif;
}
.au-coach-info p {
font-size: 0.95rem;
margin: 0;
color: #222;
line-height: 1.4;
}
.au-coach-info a {
color: #177245;
text-decoration: underline;
font-weight: 500;
}
.au-coach-details ul {
list-style: none;
padding: 0;
margin: 0;
}
.au-coach-details li {
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 0.75rem;
font-size: 0.9rem;
color: #222;
}
.au-coach-details svg {
flex-shrink: 0;
}
.au-coach-actions {
border-left: 2px solid #e0e0e0;
padding-left: 2rem;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
height: 100%;
}
.au-coach-price {
display: flex;
align-items: baseline;
gap: 0.25rem;
margin-bottom: 1.5rem;
}
.au-coach-price-main {
font-size: 1.5rem;
font-weight: 700;
color: #222;
}
.au-coach-price-sub {
display: flex;
white-space: nowrap;
font-size: 0.7rem;
color: #222;
}
.au-coach-buttons {
display: flex;
flex-direction: column;
gap: 1rem;
width: 100%;
min-width: 120px;
}
.au-btn {
display: block;
width: 100%;
padding: 0.75rem 0;
border-radius: 8px;
font-size: 1.1rem;
font-weight: 600;
text-align: center;
text-decoration: none;
transition: background 0.2s, color 0.2s, border 0.2s;
}
.au-btn-green {
background: #177245;
color: #fff;
border: none;
}
.au-btn-green:hover {
background: #177245;
color: #fff;
border: none;
}
a:visited {
color: inherit;
}   
.au-btn-outline-green {
background: #fff;
color: #177245;
border: 2px solid #177245;
} .coach-image img[src*="uploads.athletesuntapped.com"] {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 1rem;
} .coach-image img[src="/avatar.png"] {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 1rem;
background-color: #f5f5f5;
}
.au-coach-card-link {
text-decoration: none !important;
color: inherit !important;
display: block !important;
cursor: pointer;
}
.au-coach-card-link:hover {
text-decoration: none !important;
color: inherit !important;
}
.au-coach-card-link:focus {
text-decoration: none !important;
color: inherit !important;
outline: none !important;
}
.au-coach-card-link * {
pointer-events: none;
}
.au-coach-card-link .au-coach-buttons a {
pointer-events: auto;
} .au-aggregate-rating-block {
background: #f8f9fa;
border-radius: 12px;
padding: 2rem;
margin: 2rem 0;
text-align: center;
border: 1px solid #e9ecef;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.au-rating-stars {
font-size: 2rem;
color: #ffc107;
margin-bottom: 0.5rem;
text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.au-rating-text {
font-size: 1.25rem;
font-weight: 600;
color: #333;
margin-bottom: 0.25rem;
font-family: 'Inter', Arial, sans-serif;
}
.au-rating-details {
font-size: 1rem;
color: #666;
margin-bottom: 0.5rem;
}
.au-coach-count {
font-size: 0.9rem;
color: #888;
margin-top: 0.5rem;
} @media (max-width: 768px) {
.au-aggregate-rating-block {
padding: 1.5rem;
margin: 1.5rem 0;
}
.au-rating-stars {
font-size: 1.75rem;
}
.au-rating-text {
font-size: 1.1rem;
}
.au-rating-details {
font-size: 0.9rem;
}
}