.customize-control-kirki-radio-image label {
	margin-bottom: 10px;
}
div .customize-control-kirki-radio-image input:checked + label img {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 4px solid #2B4EFF;
}
div .customize-control-kirki-radio-image input:checked + label::after {
	content: "\f147";
	font-family: dashicons;
	background-color: #2B4EFF;
	position: absolute;
	right: -8px;
	bottom: 4px;
	border-top-left-radius: 2px;
	color: #fff;
	line-height: normal;
	font-size: 20px;
	padding: 1px 0 0 1px;
}

#input_choose_default_header > label {
	background: #fff;
	padding: 3px;
}
div .customize-control-kirki-radio-image #input_choose_default_header input:checked +  label::after {
	right: -5px;
	bottom: 8px;
}
/* Customizer Social Media Styles */
.social-media-item {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
}

.social-media-item input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.social-media-item input:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
    outline: none;
}

.social-media-item .platform {
    font-weight: 500;
    margin-bottom: 8px;
}

.social-media-item .remove-social-media {
    background: #dc3232;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    float: right;
}

.add-social-media {
    width: 100%;
    background: #2271b1;
    color: white;
    border: none;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.add-social-media:hover {
    background: #135e96;
}

/* Icon Picker Customization */
.iconpicker-popover {
    margin-top: 5px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.iconpicker-item {
    padding: 10px;
    font-size: 18px;
}

.iconpicker-search {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Field Labels */
.social-media-item label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #1d2327;
}

/* Input Groups */
.social-media-field {
    margin-bottom: 12px;
}

.social-media-field:last-child {
    margin-bottom: 0;
}

/* Responsive Adjustments */
@media screen and (max-width: 782px) {
    .social-media-item {
        padding: 12px;
    }
    
    .social-media-item input {
        padding: 10px;
    }
}