.inner-right{position: relative;}
.golf-card.horizontal {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #DCE5DF;
    margin-bottom: 25px;
}

.golf-card.head h1{font-size: 30px; line-height: 36px; margin-bottom: 10px;}
.golf-card.horizontal.head{border: 0; margin-top: 35px;}
.golf-card.horizontal.head figure{border-radius: 10px; width:96px; height:96px;}
.golf-card.horizontal .golf-bottom .tee-header h3{font-weight: 600; gap: 10px;}
.all-teetimes .golf-bottom{border-top: 0 !important;}

.golf-card.horizontal .golf-top {
    width: 100%;
    display: flex;
}

.golf-card.horizontal figure {
    width: 230px;
    height: 127px;
    overflow: hidden;
    border-radius: 10px 0 0 0;
    position: relative;
    margin: 0;
}

.golf-card.horizontal figure > img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.golf-card.horizontal .inner-text {
    flex: 1;
    padding:15px 30px;
}

.golf-card.horizontal .golf-bottom {
    border-top: 1px solid #DCE5DF;
    width: 100%;
    padding: 20px;
}

.golf-card.horizontal .golf-bottom .tee-header {
    display: flex;
    align-items: center;
    justify-content:flex-start;
    margin-bottom: 20px;
    gap: 20px;
}
.golf-card.horizontal .golf-bottom .tee-header .temp{font-weight: 600}
.all-teetimes .tee-times{display: block;}
.all-teetimes .tee-times .tee{min-height: 150px; margin-bottom: 24px; gap: 11px; padding: 20px;}
.all-teetimes .tee-times .tee .common-btn{font-size:12px; transform: none}
.all-teetimes .tee-times .tee .common-btn.red{background:#EF4444 !important;}
.all-teetimes .tee-times {
    display: block;
    overflow: visible;
    padding-bottom: 0;
}

.golf-card.horizontal .disable{color:#DCE5DF !important; cursor: auto; transform: none !important;}
.golf-card.horizontal .disable:hover {
    transform: none !important;
    background: #fff !important;
}
.golf-card.horizontal .golf-bottom .tee-header .btn-group{gap: 15px}
.golf-card.horizontal .golf-bottom .tee-header .btn-group button, .golf-card.horizontal .golf-bottom .tee-header .btn-group a{width: auto; font-size: 12px}
.view-all {
    border: 1px solid #dce5df !important;
    background: #fff !important;
    color: #1f2e24 !important;
}
.view-all:hover {
    background: #e3f2e8 !important;
}

.golf-card.horizontal .golf-bottom .tee-header h4{color: #1f2e24; font-size: 14px; line-height: 20px; font-weight: 600;}
.golf-card.horizontal .icons-group{
display: flex;
margin-left: 35px;
margin-right: auto;
gap: 10px;
}
.golf-card .wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffe5;
}

.golf-card .wishlist:hover {
    background: #fff;
}

.golf-card figure:hover a img {
    transform: none;
}

.tee-times {
    display: flex;
    gap: 10px;
    width: 100%;
}


.tee-times .tee.blue{background:#EFF6FF; border: 1px solid #BFDBFE;}
.tee-times .tee.red{background:#FEF2F2; border: 1px solid #FECACA;}
.tee-times .tee{
    flex: 1 1 0;
    min-width: 94px;
    min-height: 64px;
    background: #FFF;
    border: 1px solid #transparent;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:4px;
    cursor: pointer;
}
.tee-times .tee.blue strong{font-size: 18px; line-height: 24px; font-weight: 700; color:#1d4ed8;}
.tee-times .tee.blue span{font-size: 14px; line-height: 18px; font-weight: 500; color:#2563eb;}
.tee-times .tee.blue small {
    font-size: 14px;
    line-height:18px;
    font-weight: 400;
    color: #3b82f6;
    display: flex;
     align-items: baseline;
}

.tee-times .tee small svg {
    height: 15px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}
.tee-times .tee.red strong{font-size: 18px; line-height: 24px; font-weight: 700; color:#b91c1c;}
.tee-times .tee.red span{font-size: 14px; line-height: 18px; font-weight: 500; color:#dc2626;}
.tee-times .tee.red small {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #ef4444;
    display: flex;
    align-items: baseline;
}

.tee-times .tee small {
    display: flex;
}
.tee-times .tee small img {
    margin-right: 3px;
}
.tee.blue small img {
  filter: invert(47%) sepia(83%) saturate(1773%) hue-rotate(199deg) brightness(97%) contrast(101%);
}
.tee.red small img {
  filter: invert(47%) sepia(86%) saturate(2400%) hue-rotate(326deg) brightness(95%) contrast(97%);
}
.tee.active small img {
  filter: brightness(0) invert(1);
}



.golf-card .inner p {
    font-size: 14px;
    margin: 15px 0 0 0;
}

.golf-card.horizontal h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
}
.golf-card.horizontal h3 .discount {
    background: linear-gradient(90deg, #0F5729 0%, #31814F 100%);
    height: 25px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    padding: 3px 7px;
}

.golf-card .top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.golf-card .bottom-row h4{font-size: 20px; line-height: 24px; color: #1F2E24; font-weight: 700;}
.golf-card .bottom-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.golf-card .bottom-row .location {
    font-size: 16px;
    line-height: 20px;
    color: #5c8a6b;
}
.golf-card .bottom-row .location img{height:18px}
.golf-card .bottom-row .rating small{color: #5c8a6b;}


.golf-card .ratings {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight:600;
    color:#222;
    font-size: 14px;
    cursor: pointer;
}
.golf-card .ratings small{color:#636370; font-size: 14px; font-weight:400;}
.golf-card .ratings a{ color:#222;}

.golf-card .top-row .discount {
    color: #5C8A6B;
    font-size: 20px;
}

.golf-card .time-location {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.golf-card .time-location li {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #5c8a6b;
    font-weight: 400;
}

.golf-card .time-location li.notification {
    color: #ea580c;
    font-size: 12px;
    font-weight: 500;
}

.golf-card .time-location li a {
    color: #5c8a6b;
}

.golf-card .time-location li img {
    margin-right: 5px;
    width: 14px;
    height: auto;
    color: #f00;
}

.golf-card .price {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #0f5729;
    margin: 20px 0;
}

.golf-card .price .discount {
    font-size: 16px;
    line-height: 20px;
    color: #00342B;
    font-weight: 400;
}

.golf-card .common-btn {
    width: 100%;
    height: 36px;
    line-height: 33px;
    min-height: auto;
    transform: scale(1.0);
}

.golf-card .common-btn:hover {
    transform: scale(1.1);
}

.bottom-fix {
    margin-top: auto;
}

.golf-card .price del {
    color: #5C8A6B;
    font-weight: 400;
    margin-left: 3px;
}

.golf-card .price sup {
    color: #5C8A6B;
    font-weight: 400;
    margin-left: 3px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

@media only screen and (max-width: 767px){
.inner-right{margin-top: 0 !important;}
.golf-card.horizontal.head .bottom-row{flex-direction: row;}
.golf-card.horizontal .inner-text {
    padding: 0 15px;
}

}