.container-card > button {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background: #D83854;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    padding: 10px 16px;
    margin-bottom: 24px;
    height: 40px;
    outline: none;
    cursor: pointer;
}

.container-delivery-card-list-item:last-of-type {
    margin: 0;
}

.container-card>button>p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #FFFFFF;
}

.container-delivery-card {
    background: white;
    width: 100%;
    max-width: 549px;
    border-radius: 12px
}

.container-delivery-card-header {
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
    align-items: center;
}

.container-delivery-card-header>p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}

.sb-slogan-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.sb-slogan {
    display: inline-flex;
    text-decoration: none !important;
    border-radius: 8px;
    padding: 8px 12px;
    align-items: center;
    cursor: pointer;
}

.sb-slogan>span {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    color: #000;
    margin-right: 8px;
}

.sb-slogan>img {
    max-height: 16px;
}

.container-card>button>span {
    display: none;
}

.container-card>button.load {
    background: #C2C0C0 !important;
}

.container-card>button.load>p {
    display: none;
}

.container-card>button.load>span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-delivery-card-list-item.active {
    border: 1px solid #D83854 !important;
}

.container-delivery-card {
    background: white;
    border-radius: 12px;

}

.radio-item.special-radio {
    display: flex;
}

.radio-item.special-radio label {
    justify-content: space-between;
    align-items: center;
}

.radio-item.special-radio label>p {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #241D1E;
}

.radio-item.special-radio label>.address-span::before {
    margin: 0px;
    width: 19px;
    height: 19px;
}

.special-radio label:before {
    display: none;
}

.radio-item.special-radio label span.address-span:before {
    content: ' ';
    display: inline-block;
    position: relative;
    margin: 0 0 0 0;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    border: 1px solid #B3B0B1;
    background-color: transparent;
    cursor: pointer;
}

.radio-item.special-radio input[type='radio']:checked+label span.address-span:after {
    border-radius: 11px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 3px;
    content: ' ';
    display: block;
    background: #d83854;
    cursor: pointer;
}

.radio-item.special-radio input[type='radio']:checked+label span.address-span::before {
    border: 1px solid #d83854;
}

.radio-item.special-radio input {
    display: none;
}

.radio-item.special-radio span {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.container-card>button#request_courier_rates {
    outline: none !important;
}

.container-delivery-card-list-item .radio-item.special-radio label span.address-span:before {
    box-sizing: content-box !important;
}

.radio-item.special-radio label {
    display: flex;
}

.radio-item.special-radio>p {

    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #241D1E;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    45% {
        transform: scale(0.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}



.spinners span {
    background-color: white;
    width: 8px;
    height: 8px;
    margin: 2px;
    border-radius: 100%;
    display: inline-block;
    animation: 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.36s infinite normal both running pulse;
}


.container-delivery-card-list-item {
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    margin-bottom: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

.container-delivery-card-list-item-top {
    display: flex;
    align-items: center;
}

.container-delivery-card-list-item-top>img {
    max-width: 32px;
    max-height: 32px;
    border-radius: 4px;
    margin-right: 16px;
}

.container-delivery-card-list-item-top>div>p {

    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #241D1E;
    margin: 0;
    margin-bottom: 8px;

}

.container-delivery-card-list-item-top>div>span {

    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #7A7676;

}


.container-delivery-card-list-item-top>div>span>span {

    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #5D5758;
}

.container-delivery-card-list.shipbubble-loading {
    display: none;
}

.shipbubble-loading {
    width: 100%;
}

.shipbubble-loading span {
    display: block;
    background: #ebebeb;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 8px;
}

.shipbubble-loading span:last-of-type {
    margin-bottom: 0px;
}


.shipbubble-loading span::before {
    position: absolute;
    content: "";
    height: 300px;
    width: 300px;
    background-image: linear-gradient(90deg,
            #ebebeb 0%,
            #ebebeb 20%,
            #efefef 80%,
            #efefef 100%);
    background-repeat: no-repeat;
    background-size: 450px 400px;
    animation: shimmer 2s linear infinite;
}

@keyframes shimmer {
    0% {
        background-position: -450px 0;
    }

    100% {
        background-position: 450px 0;
    }
}

.shipbubble-close-button {
    margin-bottom: 1px !important;
    font-size: 30px !important;
    font-weight: bolder !important;
    color: black !important;
}

.shipbubble-delivery-method-container {
	width: 100%;
	max-width: 549px;
}

.shipbubble-delivery-options-card {
	background: #fff;
	padding: 5px;
	margin-bottom: 10px;
}

/* Option Container Styles */
.shipbubble-delivery-option {
	padding: 15px;
	cursor: pointer;
	transition: background-color 0.2s;
	border: 1px solid #EBEBEB;
	border-radius: 8px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
}

/* Radio and Label Layout */
.shipbubble-option-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.shipbubble-radio-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

/* Radio Button Styles */
.shipbubble-radio-label input[type="radio"] {
	accent-color: var(--shipbubble-btn-color);;
	margin: 0.125rem 0 0;
	width: 20px;
	height: 20px;
}

/* Label Styles */
.shipbubble-radio-label label {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #241D1E;
	margin: 0 0 8px;
	cursor: pointer;
}

/* Icon Styles */
.shipbubble-option-icon {
	color: #999;
	font-size: 20px;
	line-height: 1;
	display: flex;
	align-items: center;
}

/* Selected State Styles */
.shipbubble-delivery-option:has(input[type="radio"]:checked) {
	border: 1px solid var(--shipbubble-btn-color);;
}

.shipbubble-delivery-option:has(input[type="radio"]:checked) .shipbubble-option-icon,
.shipbubble-delivery-option:has(input[type="radio"]:checked) label {
	color: var(--shipbubble-btn-color);;
}

/* Fallback for browsers that don't support :has() */
.shipbubble-delivery-option.selected {
	border: 1px solid var(--shipbubble-btn-color);;
}

.shipbubble-delivery-option.selected .shipbubble-option-icon,
.shipbubble-delivery-option.selected label {
	color: var(--shipbubble-btn-color);;
}

.shipbubble-pickup-text-container {
	display: flex;
	flex-direction: column;
}

.shipbubble-pickup-address {
	margin-top: 4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #5D5758;
}