/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}
.popsci-author-container {
        border-radius: 8px;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 8px;
        margin: 20px 0;
		height: 80px;
    }

    .author-img-con img {
        height: 65px;
        width: 65px;
        object-fit: contain;
        border-radius: 50px;

    }

    .author-img-con {
        border: 2px dotted #568187;
        border-radius: 64px;
        padding: 4px 4px 1px;
		top: -11px;
    }

    .author-img-con {
        position: relative;
        border: 2px dashed transparent;
        border-radius: 64px;
        padding: 4px 4px 1px;
    }

    .date-container {
        height: 30px;
    display: inline-grid;
    gap: 16px;
    }

    .date-author-cl span {
        font-size: 18px;
        color: #000;
    }

    span.posttim.posdate a {
        color: #000;
    }

    .last_updated_date p {
        font-size: 18px;
        color: #000;
    }

    /* section.main-content {
        padding: 30px 0;
    }

    .profile-header-container {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .header-name-container h1 {
        font-size: 30px;
    }

    .profile-fields-group {
        border: 1px solid #d1d1d1;
        border-radius: 5px;
        padding: 10px 20px;
    }

    h2.group-title {
        font-size: 28px;
    }

    .author-f-name {
        font-size: 18px;
        display: flex;
        gap: 7px;
        line-height: 27px;
    }

    .author-f-name .label {
        font-weight: 400;
    }

    .author-description-name .label {
        font-weight: 700;
        font-size: 18px;
    } */
    section.main-content {
        padding: 60px 0;
        position: relative;
        z-index: 1;
    }

    .profile-header-container {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 25px;
        padding: 10px 20px;

        background: #ffffff70;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(4.7px);
        -webkit-backdrop-filter: blur(7.7px);
        border-bottom: 1px solid #d4d4d4;
        z-index: 999;
        position: relative;
        margin: 10px auto;
        width: 96%;
        border-radius: 30px;
        border: 1px solid #d2d2d2;
    }

    .header-avatar-container img {
        border-radius: 50%;
        border: 3px solid #4e73df;
        width: 90px;
        height: 90px;
        object-fit: cover;
    }

    .header-name-container h2 {
        font-size: 28px;
        font-weight: 700;
        color: #222;
    }

    .profile-fields-group {
        padding: 10px 20px;
        background: #ffffff70;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(4.7px);
        -webkit-backdrop-filter: blur(7.7px);
        border-bottom: 1px solid #d4d4d4;
        z-index: 999;
        position: relative;
        margin: 10px auto;
        width: 96%;
        border-radius: 30px;
        border: 1px solid #d2d2d2;

    }

    h2.group-title {
        font-size: 28px;
        /* color: #4e73df; */
        border-bottom: 2px solid #000000;
        display: inline-block;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }

    .author-f-name,
    .author-description-name {
        /* margin-bottom: 12px; */
        display: flex;
        gap: 10px;
    }

    .author-f-name .label,
    .author-description-name .label {
        font-weight: 700;
        font-size: 18px;
    }

    .author-f-name .data,
    .author-description-name .data {
        /* color: #555; */
        font-size: 17px;
        line-height: 1.6;
    }


    .data p {
        font-size: 17px;
        margin: 0;
    }

	
	.popsci-author-container {
    max-width: 1340px !important;
	width: 100%;
}
.has-global-padding > .alignfull{
	/* margin-right: 0 !important; */
}

	p.author-paragraph {
    display: flex;
    align-items: center;
    line-height: 0;
}
.date-author-cl {
    display: flex;
    align-items: center;
    line-height: 0px;
}
.container {
    max-width: 1340px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
}
.has-global-padding{
	
}
.author-left {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
}

.author-left img {
    height: 120px;
    width: 120px;
    object-fit: contain;
}

.author-right p {
    margin: 10px 0;
}

.author-right {
    margin-top: 40px;
}
 .popsci-author-container {
        border-radius: 8px;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 8px;
        margin: 20px 0;
    }

    .author-img-con img {
        height: 65px;
        width: 65px;
        object-fit: contain;
        border-radius: 50px;

    }

    .author-img-con {

        border-radius: 64px;
        padding: 4px 4px 1px;
    }

    .author-img-con {
        position: relative;
        border: 2px dashed transparent;
        border-radius: 64px;
        padding: 4px 4px 1px;
    }






    .date-container {
        height: 0px;
    }

    .date-author-cl span {
        font-size: 18px;
        color: #000;
    }

    span.posttim.posdate a {
        color: #000;
    }

    .last_updated_date p {
        font-size: 18px;
        color: #000;
    }

  
    section.main-content {
        padding: 60px 0;
        position: relative;
        z-index: 1;
    }

    .profile-header-container {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 25px;
        padding: 10px 20px;

        background: transparent;
        border-bottom: 1px solid #d4d4d4;
        z-index: 999;
        position: relative;
        margin: 10px auto;
        width: 96%;
        border-radius: 10px;
        border: 1px solid #d2d2d2;
    }

    .header-avatar-container img {
        border-radius: 50%;
        width: 90px;
        height: 90px;
        object-fit: cover;
    }

    .header-name-container h2 {
        font-size: 28px;
        font-weight: 700;
        color: #222;
    }

    .profile-fields-group {
        padding: 10px 20px;
        background: transparent;
        border-bottom: 1px solid #d4d4d4;
        z-index: 999;
        position: relative;
        margin: 10px auto;
        width: 96%;
        border-radius: 10px;
        border: 1px solid #d2d2d2;

    }

    h2.group-title {
        font-size: 28px;
        /* color: #4e73df; */
        border-bottom: 2px solid #000000;
        display: inline-block;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }

    .author-f-name,
    .author-description-name {
        /* margin-bottom: 12px; */
        display: flex;
        gap: 10px;
    }

    .author-f-name .label,
    .author-description-name .label {
        font-weight: 700;
        font-size: 18px;
    }

    .author-f-name .data,
    .author-description-name .data {
        /* color: #555; */
        font-size: 17px;
        line-height: 1.6;
    }


    .data p {
        font-size: 17px;
        margin: 0;
    }


.author-right p {
    display: flex;
    line-height: 0;
}

.author-left img {
    height: 70px;
    width: 70px;
}

.author-name {
    margin-bottom: 21px;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 70% !important;
}
.author-left-section {
    display: flex;
    gap: 14px;
    align-items: center;
}

.description-author p {
    margin: auto;
}

.description-author {
    margin-top: 30px;
}

.author-left-section img {
    height: 120px;
    width: 120px;
    object-fit: contain;
}
@media (max-width: 469px) {
p.author-paragraph {
    display: block;

    line-height: normal;
    margin: 0;
}
.date-container{
	height: 41px;
}
.popsci-author-container{
    width: auto;
}

	}
	
	
	/* Page background */
body {
    background: #f4f4f4;
    font-family: "Inter", sans-serif;
}

/* Main wrapper */
.author-wrapper {
    max-width: 1300px;
    margin: 60px auto;
}

/* Card style (used for both sections) */
.author-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

/* Space between cards */
.author-card + .author-card {
    margin-top: 40px;
}

/* Header section */
.author-header {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* Avatar styling */
.author-header img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid #e60023; /* red circle */
    object-fit: cover;
}

/* Author name */
.author-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    color: #222;
}

/* Author details */
.author-details h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #555;
}

/* Label styling */
.author-details strong {
    font-weight: 600;
    color: #111;
}

/* Info rows */
.author-info {
    margin-bottom: 12px;
    font-size: 16px;
    color: #444;
}

/* Biography text */
.author-bio {
    margin-top: 15px;
    line-height: 1.7;
    color: #555;
    font-size: 16px;
}


@media screen and (max-width: 992px) {
.popsci-author-container {
    height: auto;
	margin:0 !important;
	text-align:center;
}
    .date-container {
        height: auto;
    }
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
}
.entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-container-core-post-content-is-layout-1a5a651a.wp-block-post-content-is-layout-constrained {
    margin-top: -50px;
}
    p.author-paragraph {
        display: flex;
        align-items: center;
        margin: 0;
		line-height:0;
}
}