/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 * Use ktzplg- for prevent conflict with other css ktzplg is kentooz plugin code
 */
 
img{max-width:100%}

h3.ktzplg-title-related {margin-bottom:10px;}

ul.ktzplg-list-agcplugin,
ul.ktzplg-list-image-agcplugin {list-style:none;clear:both;margin-bottom:20px;margin-left:0;padding-left:0;}

ul.ktzplg-list-agcplugin li {list-style:none;margin:0;margin-left:0;padding-left:0;padding:0;}

/* List Image Related */
ul.ktzplg-list-image-agcplugin {clear:both;position:relative;padding:0;margin:0 -5px 20px -5px;font-size:0;}
ul.ktzplg-list-image-agcplugin li{display:inline-block;width:25%;margin:0;margin-left:0 !important;padding-left:0 !important;padding:0;}
ul.ktzplg-list-image-agcplugin li a{display:block;margin:5px;}
ul.ktzplg-list-image-agcplugin li img{width:100%;}

/* Responsive Video */
.ktzplg-responsive-video {position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}
.ktzplg-responsive-video iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* Responsive CSS */
@media only screen and (max-width: 480px) {
	ul.ktzplg-list-image-agcplugin li{	width:50%;}
}


.ktzpro-wrap { margin: 20px 0; }
.ktzpro-intro { margin-bottom: 18px; padding: 16px 18px; border-radius: 14px; background: #f8fafc; border: 1px solid #e5e7eb; }
.ktzpro-intro p { margin: 0; font-size: 15px; line-height: 1.7; color: #374151; }
.ktzpro-cards { display: flex; flex-direction: column; gap: 16px; }
.ktzpro-card { display: flex; gap: 16px; padding: 16px; border-radius: 16px; border: 1px solid #e5e7eb; background: #ffffff; box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05); }
.ktzpro-content { flex: 1; min-width: 0; }
.ktzpro-content h2 { margin: 0 0 8px; font-size: 18px; line-height: 1.35; }
.ktzpro-content h2 a { color: #111827; text-decoration: none; }
.ktzpro-content h2 a:hover { color: #2563eb; }
.ktzpro-content p { margin: 0; color: #4b5563; font-size: 14px; line-height: 1.65; }
.ktzpro-related { margin: 24px 0; padding: 18px; border-radius: 16px; border: 1px solid #e5e7eb; background: #ffffff; }
.ktzpro-related h3 { margin: 0 0 14px; font-size: 18px; }
.ktzpro-related-list { display: flex; flex-wrap: wrap; gap: 10px; }
.ktzpro-related-list a { display: inline-block; padding: 8px 13px; border-radius: 999px; background: #f3f4f6; color: #111827; font-size: 14px; text-decoration: none; }
.ktzpro-related-list a:hover { background: #e5e7eb; }

.ktzpro-authority-box {
    margin: 24px 0;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
}

.ktzpro-authority-box h3 {
    margin: 0 0 14px;
    font-size: 18px;
}

.ktzpro-authority-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ktzpro-authority-grid a {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f8fafc;
    color: #111827;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
}
