.w {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1240px) {
    .w {
      width: 96%;
      margin: 0 auto;
    }
}

/* main container. */
#x99d1 {display: flex; justify-content: space-between; margin:100px auto 60px;}

/* left container */
#x99d2 {width: 65%;}
/* right panel */
#x99d3 {width: 35%;}

.x99i1 {width: 13px;}
.x99s1{color: var(--muted-foreground);
    font-size: 14px;}
.x99s2{    margin-right: 10px;
    font-size: 14px;
    color: var(--primary);
    transition: 0.2s;}
#x99d4{
    margin: 0;
    padding: 0 10px;
}
.x99d5{margin:10px 0;}

.x99d6 {padding: 40px 10px;flex-direction: column;margin: 0 30px 30px 0;}

.x99h1 {
    text-transform: capitalize;
    font-family: var(--font-heading);
    font-size: 32px;
    color: var(--foreground);
    font-weight: 600;
    line-height:1.2;
}

.rt-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    color: var(--muted-foreground);
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.5;
}

.rt-breadcrumb a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.2s;
}

.rt-breadcrumb a:hover,
.rt-breadcrumb a:focus {
    color: var(--accent-foreground);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rt-breadcrumb span[aria-current="page"] {
    color: var(--foreground);
}

/* Blog html container */
.x99d0{
    font-family: var(--font-body);
    color: var(--foreground);
    line-height: 1.75;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0;
    word-spacing: normal;
}
.x99d0 a{
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: color 0.2s, text-decoration-color 0.2s;
}
.x99d0 a:hover,
.x99d0 a:focus{
    color: var(--accent-foreground);
    text-decoration-color: currentColor;
}
.x99d0 h1,
.x99d0 h2,
.x99d0 h3,
.x99d0 h4,
.x99d0 h5,
.x99d0 h6{
    color: var(--foreground);
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.25;
    margin: 42px 0 16px;
}
.x99d0 h1{
    font-size: 34px;
}
.x99d0 h2{
    font-size: 26px;
}
.x99d0 h3{
    font-size: 22px;
    font-weight:400;
}
.x99d0 h4{
    font-size: 20px;
}
.x99d0 h5,
.x99d0 h6{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.x99d0 h1:first-child,
.x99d0 h2:first-child,
.x99d0 h3:first-child,
.x99d0 h4:first-child,
.x99d0 h5:first-child,
.x99d0 h6:first-child{
    margin-top: 0;
}
.x99d0 img{
    width:100%;
    height:auto;
    margin: 20px 0;
    border-radius: 8px;
}
.x99d0 p{
    margin: 0 0 20px;
    color: var(--foreground);
    font-weight:300;
    line-height:1.75;
}

.x99d0 ul,
.x99d0 ol{
    margin: 0 0 22px 24px;
    padding-left: 20px;
    list-style-position: outside;
}
.x99d0 ul,
.x99d0 ul > li{
    list-style: disc;
}
.x99d0 ol,
.x99d0 ol > li{
    list-style: decimal;
}
.x99d0 ul ul,
.x99d0 ul ul > li{
    list-style: circle;
}
.x99d0 ul ul ul,
.x99d0 ul ul ul > li{
    list-style: square;
}
.x99d0 ol ol,
.x99d0 ol ol > li{
    list-style: lower-alpha;
}
.x99d0 ol ol ol,
.x99d0 ol ol ol > li{
    list-style: lower-roman;
}
.x99d0 li{
    display: list-item;
    margin: 8px 0;
    padding-left: 6px;
    color: var(--foreground);
    font-weight:300;
    line-height:1.7;
}
.x99d0 li::marker{
    color: var(--primary);
}
.x99d0 li > ul,
.x99d0 li > ol{
    margin-top: 8px;
    margin-bottom: 8px;
}
.x99d0 strong,
.x99d0 b{
    color: var(--foreground);
    font-weight: 600;
}
.x99d0 blockquote{
    margin: 28px 0;
    padding: 6px 0 6px 22px;
    border-left: 4px solid var(--primary);
    color: var(--muted-foreground);
    font-style: italic;
}
.x99d0 blockquote p:last-child{
    margin-bottom: 0;
}
.x99d0 code{
    padding: 2px 5px;
    border-radius: 4px;
    background: var(--muted);
    color: var(--foreground);
    font-size: 0.94em;
}

.x99d0 hr{
    border:0;
    border-top:1px solid var(--border);
    margin:32px 0;
    padding:0;
}

.x99d0 table {
    font-family: var(--font-body);
    border: 0;
    border-collapse: collapse;
    width:100%;
    padding: 10px;
    margin: 24px 0;
    border-top: 1px solid var(--border);
}

.x99d0 th,
.x99d0 td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--border);
    border-right: 1px solid var(--border);
    vertical-align: top;
    font-size: 15px;
}
.x99d0 td:first-child, .x99d0 th:first-child {
    border-left: 1px solid var(--border);
}
.x99d0 th{background: var(--secondary);
    color: var(--secondary-foreground);
    font-weight: 700;}

.rt-transfer-contact {
    margin: 35px 0 0;
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--card);
    box-shadow: 0 10px 28px oklch(0.205 0.02 260 / 0.08);
    font-family: var(--font-body);
}

.rt-transfer-contact h2 {
    margin: 0 0 12px;
    color: var(--foreground);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.rt-transfer-contact p {
    margin: 12px 0;
    color: var(--foreground);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}

.rt-transfer-contact__label {
    display: block;
    margin-bottom: 5px;
    color: var(--muted-foreground);
    font-size: 14px;
    font-weight: 500;
}

.rt-transfer-contact__link {
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.rt-transfer-contact__link:hover {
    color: var(--accent-foreground);
}

/* Blog article headings on Blog main */
.x99h2 {
    text-transform: capitalize;
    font-family: var(--font-heading);
    font-size: 32px;
    color: var(--foreground);
    font-weight: 500;
    line-height:1.2;
    margin:30px 0 10px;
}
.x99h2:hover{color: var(--primary);transition:0.2s;}
/* Posted date div */
.x99d7 {display: flex;flex-wrap: wrap;}


/* pagination */
.x99a1{
	width: 35px;
	text-align: center;
	padding: 5px;
	display: inline-block;
	height: 30px;
	text-decoration: none;
	color: var(--muted-foreground);
	background: var(--muted);
	border-radius: 4px;
	margin: 1px;
	transition:1s all;
    font-family: var(--font-body);
    margin:2px;
}
/* x99a2 is for selected */
.x99a1:hover, .x99a2{
	color: var(--primary-foreground);
	background: var(--primary);
}
/* x99a3 is for dots */
.x99a3, .x99a3:hover {
	background: none;
	color: var(--foreground);
	border: none;
	padding-top: 3px;
	height: 18px;
	width : auto;
}

/* Side panel - recent posts and category list */
.x99d8 {padding: 40px 5%;
background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 12px 35px oklch(0.205 0.02 260 / 0.08);
    margin:0 10px 30px;
}

.x99d9 {display: flex;flex-direction: column;margin-top: 10px;line-height: 2;}
.x99s3 {
    color: var(--foreground);
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.x99s4 {
    color: var(--foreground);
    font-size: 15px;
    line-height: 1.5;
    text-transform: capitalize;
    transition: color 0.2s;
}
.x99s4:hover{color: var(--primary);}
.x99a4{    border-bottom: 1px solid var(--border);
    padding: 3px 0;
    margin: 3px 0;}
.x99a4:last-child{border-bottom:none;}

/* .....Responsive..... */
@media screen and (max-width:640px) {
    #x99d1 {flex-direction: column;margin-bottom:10px;}
    #x99d2,#x99d3 {width: 100%;}
    .x99h1 {font-size: 26px;}
    .x99d0 {font-size: 16px; line-height: 1.7;}
    .x99d0 h1 {font-size: 28px;}
    .x99d0 h2 {font-size: 25px;}
    .x99d0 h3 {font-size: 22px;}
    .x99d0 h4 {font-size: 19px;}
    .x99d0 h1,
    .x99d0 h2,
    .x99d0 h3,
    .x99d0 h4,
    .x99d0 h5,
    .x99d0 h6 {margin: 32px 0 14px;}
    .x99d0 p {line-height: 1.7; margin-bottom: 18px;}
    .x99d0 ul,
    .x99d0 ol {margin-left: 18px; padding-left: 16px;}
    .x99d6{margin:0;}
    .rt-breadcrumb {font-size: 13px; margin-bottom: 14px;}
    .rt-transfer-contact {padding: 22px 18px;}
    .rt-transfer-contact h2 {font-size: 24px;}
}
