/* Ana Kutu Çerçevesi */
.hc-custom-pbox-wrapper {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 24px;
    color: #000000; /* h tagları dışındaki tüm yazılar */
}

/* Başlık Renkleri ve Font Boyutları */
.hc-custom-pbox-wrapper h1,
.hc-custom-pbox-wrapper h2,
.hc-custom-pbox-wrapper h3,
.hc-custom-pbox-wrapper h4,
.hc-custom-pbox-wrapper h5,
.hc-custom-pbox-wrapper h6 {
    color: #1a2b3c !important;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.hc-custom-pbox-wrapper h3 i{
	color: #ff6600;
	margin-right:5px;
}

.hc-custom-pbox-wrapper h1 { font-size: 2.2rem; }
.hc-custom-pbox-wrapper h2 { font-size: 1.8rem; }
.hc-custom-pbox-wrapper h3 { font-size: 1.35rem; }
.hc-custom-pbox-wrapper h4 { font-size: 1.20rem; }

/* İçerik metinleri için ek garanti */
.hc-custom-pbox-wrapper p, 
.hc-custom-pbox-wrapper span, 
.hc-custom-pbox-wrapper div:not([class^="h"]) {
    color: #000000;
}

.clients-pboxes .hc-custom-pbox-wrapper{
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;	
}

.clients-pboxes .hc-custom-pbox-wrapper p{
	margin-bottom: 5px !important;
}