You have selected Standard Band 1 to 10 Properties
body {
font-family: "Segoe UI", sans-serif;
background: #f7f7f7;
margin: 0;
padding: 2rem;
}
.pricing-widget {
max-width: 800px;
margin: auto;
color: #333;
}
.plan-highlight {
font-size: 1.75rem;
font-weight: bold;
color: #F7770C;
text-align: center;
margin-bottom: 1rem;
}
.page-title {
font-size: 1.25rem;
text-align: center;
margin-bottom: 1.5rem;
}
.feature-list {
list-style: none;
padding: 0;
font-size: 0.95rem;
line-height: 1.6;
margin-top: 1rem;
}
.feature-list li {
display: flex;
align-items: flex-start;
margin: 8px 0;
}
.icon {
display: inline-block;
width: 18px;
height: 18px;
margin-right: 8px;
background-image: url('https://lettingsmate.uk/wp-content/uploads/UK-Best-Lettings-Platform-Rentals-Flats-Houses-Bungalows-Tick.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 50%;
flex-shrink: 0;
margin-top: 4px;
}
.tooltip-circle {
display: inline-block;
width: 16px;
height: 16px;
margin-left: 6px;
background-color: #F7770C;
color: white;
font-size: 0.75rem;
font-weight: bold;
border-radius: 50%;
text-align: center;
line-height: 16px;
cursor: help;
position: relative;
}
.tooltip-circle:hover::after {
content: attr(title);
position: absolute;
bottom: 125%;
left: 50%;
transform: translateX(-50%);
background: #333;
color: #fff;
padding: 6px 8px;
font-size: 0.75rem;
border-radius: 4px;
white-space: nowrap;
z-index: 100;
opacity: 1;
visibility: visible;
}
.free-section {
margin-left: 2rem;
margin-bottom: 1rem;
}