HEX
Server: Apache
System: Linux sxb1plzcpnl440011.prod.sxb1.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xfp2mtarcm67 (7705020)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/themes/oceanwp/inc/customizer/controls/upsell/upsell.css
#customize-theme-controls #accordion-section-oceanwp_upsell_section {
	display: block !important;
	border-top: 1px solid #5277fe;
	border-bottom: 1px solid #5277fe;
}

#accordion-section-oceanwp_upsell_section h3 {
    background-color: #5277fe;
    padding: 0;
    margin: 0;
    border-left: 4px solid #5277fe;
    transition: .15s background-color ease-in-out,.15s border-color ease-in-out;
    outline: none;
}

#accordion-section-oceanwp_upsell_section h3:hover {
    background-color: #3d5ac3;
    border-left-color: #000c65;
}

#accordion-section-oceanwp_upsell_section h3 a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 10px 11px 14px;
    line-height: 21px;
    text-decoration: none;
    box-shadow: none !important;
}

#accordion-section-oceanwp_upsell_section h3 a:after {
    content: '\f345';
    color: #fff;
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 1;
    font: 400 20px/1 dashicons;
    speak: none;
    display: block;
    text-decoration: none !important;
}

.rtl #accordion-section-oceanwp_upsell_section h3 {
    border-left: none;
    border-right: 4px solid #5277fe;
}

.rtl #accordion-section-oceanwp_upsell_section h3:hover {
    border-right-color: #000c65;
}

.rtl #accordion-section-oceanwp_upsell_section h3 a:after {
    content: '\f341';
    right: auto;
    left: 10px;
}