/*
 Theme Name:   RentalHive Child
 Theme URI:    https://hivepress.io/themes/rentalhive/
 Description:  RentalHive Child Theme
 Author:       Ekmar Yachting
 Template:     rentalhive
 Version:      1.0.0
*/

/* Buradan itibaren özel CSS kodlarınızı ekleyebilirsiniz */


/* Fiyat periyodunu küçültme ve özelleştirme */
.custom-period {
    font-size: 0.6em; /* Ana fiyata göre %75 boyutunda görünür */
    font-weight: normal; /* İstersen kalınlığını inceltebilirsin */
    opacity: 0.8; /* Hafif transparanlık vererek fiyatı öne çıkarır */
}

/*Seasonal Rates*/
.rate-item {
    border: solid 1px lightgrey;
    padding: 7px 15px 7px 10px;
    border-radius: 5px;
    margin-top: 2%;
	width: fit-content;
}
small.unit {
    font-size: 0.6em;
}
.season-rates-wrapper {
    border-top: solid 1px lightgrey;
    padding-bottom: 15px;
}

.charter-disclaimer-box {
    border-bottom: solid 1px lightgrey;
    padding-bottom: 10px;
}
.charter-info-box, .charter-disclaimer-box {
    font-size: smaller;
}

/*Butons*/
.button {
    border-radius: 5px!important;
}