.page-template-forge-directory header#mfn-header-template, 
.single-the_forge_directory header#mfn-header-template, 
.single-the_forge_directory div#Header_wrapper {
	display: none;
}

.forge-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.forge-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forge-header-logo-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.forge-header-logo img {
    display: block;
	width: 100% !important;
	max-width: 100px !important;
	height: auto !important;
}

.forge-header-title h1 {
    font-size: 1.8rem;
    color: #3e254a; /* dark purple */
    margin: 0;
    font-weight: 700;
}

.forge-header-title p {
    margin: 5px 0 0;
    font-size: 1rem;
    font-style: italic;
    color: #aaa;
}

.forge-header .forge-logo img {
    width: 100%;
    max-width: 125px;
    margin-bottom: -10px;
}

.forge-header-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.forge-header-link:hover {
    opacity: 0.9;
}

@media (max-width: 600px) {
    .forge-header-title h1 {
		font-size: 1.4rem;
	}
}

/* Menu */
.forge-nav {
    display: flex;
}

.forge-menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.forge-menu li a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    transition: color 0.3s;
}

.page-template-forge-directory .menu-item-55955 a, 
nav.forge-nav li.current_page_item a, 
.forge-menu li a:hover {
	font-weight: 700;
    color: #472f51;
}

.the-forge-home-btns .mcb-column-inner a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #ffffff;
    color: #472f51 !important;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    transition: all 300ms ease 0ms;
}
.the-forge-home-btns .mcb-column-inner a:hover {
	background-color: #cdcdcd;
	transform: scale(1.05);
}

/* Toggle button */
.menu-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

.tmlf-top-pros-row {
    max-width: 760px;
    margin: 0 auto;
}
.page-id-55944 .mcb-item-column-inner i.fas {
    font-size: 50px;
    margin-bottom: 25px;
}

.forge-login-wrapper {
    max-width: 400px;
    margin: 40px auto;
    background: #efefef;
    padding: 30px;
    border-radius: 15px;
}
.forge-login-wrapper label {
	font-weight: 600;
}
.forge-login-wrapper h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #472f51;
}
.forge-login-wrapper form input[type="text"],
.forge-login-wrapper form input[type="password"],
.forge-login-wrapper form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.forge-login-wrapper input[type="submit"] {
    background: #472f51;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}
.forge-login-wrapper input[type="submit"]:hover {
    background: #2e1d34;
}
.forge-login-wrapper label.remember-me, 
.forge-login-error {
	font-size: 0.95rem;
}
.forge-login-error {
    background: #ff0000;
    color: #000000;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 4px;    
}
.toggle-link {
    margin-top: 10px;
}
.toggle-link a {
    color: #472f51;
    text-decoration: none;
    font-size: 0.9rem;
}
.toggle-link a:hover {
    text-decoration: underline;
}
.forge-logged-in-box {
    text-align: center;
    margin-top: 20px;
}
.forge-logout-btn {
    background: #472f51;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
}
.forge-logout-btn:hover {
    background: #2e1d34;
}

.forge-guild-scroll-box .mcb-column-inner {
	background: #ffffff url('https://themaddoxlawfirm.com/wp-content/uploads/2025/07/open-parchment-img-a.png') no-repeat center center;
	background-size: contain;
	height: auto;
	aspect-ratio: 3 / 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
.forge-guild-scroll-box .mcb-column-inner .column_attr {
	padding: 10px;
	max-width: 85%;
	height: 335px;
	overflow-x: hidden;
	word-break: break-word;
}

/* Responsive styles */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .forge-nav {
        display: none;
        position: absolute;
        top: 120px;
        right: 20px;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        padding: 15px;
        flex-direction: column;
        z-index: 99;
    }

    .forge-nav.open {
        display: flex;
    }

    .forge-menu {
        flex-direction: column;
        gap: 15px;
    }
	
	.forge-guild-scroll-box .mcb-column-inner .column_attr {
		height: 210px;
	}
}

@media screen and (max-width: 600px) {
	.the-forge-home-btns .mcb-column-inner a {
		font-size: 15px;
	}
	.forge-guild-scroll-box .mcb-column-inner .column_attr {
		height: 120px;
	}
}

@media screen and (max-width: 959px) {
	body.no-content-padding.page-template-forge-directory div#Content {
		padding-top: 0px !important;
	}
}