/* Main container */
.internet-cheapest-provider-container {
    width: 100%;
    max-width: 940px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

/* Header section */
.internet-cheapest-provider-header {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

/* Title */
.internet-cheapest-provider-title {
    align-self: stretch;
    color: #151515;
    font-size: 30px;
    font-family: Oswald;
    font-weight: 700;
    line-height: 36px;
    word-wrap: break-word;
    margin: 0;
}

/* Description */
.internet-cheapest-provider-description {
    align-self: stretch;
    color: #151515;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    margin: 0;
}

/* Section (Cable/Fiber/5G) */
.internet-cheapest-provider-section {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}

/* Section heading */
.internet-cheapest-provider-section-heading {
    align-self: stretch;
    color: #151515;
    font-size: 18px;
    font-family: Source Sans Pro;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
    margin: 0;
}

/* List */
.internet-cheapest-provider-list {
    margin: 0;
    padding-left: 24px;
    list-style-type: disc;
}

/* List item */
.internet-cheapest-provider-list-item {
    color: #151515;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

/* Link */
.internet-cheapest-provider-link {
    color: #0066CC;
    text-decoration: underline;
}
