.pharmaline-empty {
    text-align: center;
    padding: 40px 20px;
    color: #718096;
    font-size: 16px;
}

.pharmaline-articles {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pharmaline-article-item {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.pharmaline-article-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.pharmaline-article-image {
    flex-shrink: 0;
    width: 150px;
}

.pharmaline-article-image img {
    width: 100%;
    height: 125px !important;
    object-fit: cover;
    border-radius: 16px !important;
}

.pharmaline-article-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pharmaline-article-title {
    margin: 0 0 2px 0;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 110%;
}

.pharmaline-article-title a {
    color: #1a365d;
    text-decoration: none;
    font-weight: 700 !important;
}

.pharmaline-article-title a:hover {
    color: #2c5282;
}

.pharmaline-article-date {
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #718096;
    margin-bottom: 8px;
    text-align: right;
}

.pharmaline-article-excerpt {
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #4a5568;
    margin: 0 0 10px 0;
    flex: 1;
    text-align: right;
}

.pharmaline-read-more {
    display: inline-block;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 700 !important;
    font-size: 12px;
    line-height: 120%;
    color: #3182ce;
    text-decoration: none;
    align-self: flex-end;
    text-align: right;
}

.pharmaline-read-more:hover {
    color: #2c5282;
    text-decoration: underline;
}

.pharmaline-articles-footer {
    text-align: left;
    margin-top: 20px;
}

.pharmaline-articles-button {
    display: inline-block;
    padding: 8px 20px;
    background: #e6a817;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    transition: background 0.3s ease;
}

.pharmaline-articles-button:hover {
    background: #2559a3;
    color: #fff;
}

.pharmaline-reg-updates,
.pharmaline-marketing-stops {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pharmaline-reg-update-item,
.pharmaline-marketing-stop-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px 15px;
    background: #fff;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.pharmaline-reg-update-item:hover,
.pharmaline-marketing-stop-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.pharmaline-company-logo {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.pharmaline-company-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pharmaline-reg-update-content,
.pharmaline-marketing-stop-content {
    width: 100%;
}

.pharmaline-reg-update-title,
.pharmaline-marketing-stop-title {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.pharmaline-reg-update-title a,
.pharmaline-marketing-stop-title a {
    color: #1a365d;
    text-decoration: none;
}

.pharmaline-reg-update-title a:hover,
.pharmaline-marketing-stop-title a:hover {
    color: #3182ce;
}

.pharmaline-reg-update-version,
.pharmaline-marketing-stop-version {
    font-size: 13px;
    color: #718096;
    margin-bottom: 5px;
}

.pharmaline-reg-update-date,
.pharmaline-marketing-stop-date {
    font-size: 13px;
    color: #a0aec0;
}

.pharmaline-reg-updates-footer,
.pharmaline-marketing-stop-footer {
    text-align: center;
    margin-top: 20px;
}

.pharmaline-reg-updates-button,
.pharmaline-marketing-stop-button {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    transition: background 0.3s ease;
}

.pharmaline-reg-updates-button {
    background: #50A25D;
}

.pharmaline-marketing-stop-button {
    background: #24436A;
}

.pharmaline-reg-updates-button:hover,
.pharmaline-marketing-stop-button:hover {
    background: #2559a3;
    color: #fff;
}

.pharmaline-webinars-wrapper {
    position: relative;
    padding: 0 50px;
}

.pharmaline-webinars {
    overflow: hidden;
}

.pharmaline-webinars .swiper-slide {
    height: auto;
}

.pharmaline-webinar-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}

.pharmaline-webinar-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.pharmaline-webinars-wrapper .swiper-button-next,
.pharmaline-webinars-wrapper .swiper-button-prev {
    color: #132d52;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.pharmaline-webinars-wrapper .swiper-button-next:after,
.pharmaline-webinars-wrapper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.pharmaline-webinars-wrapper .swiper-button-prev {
    left: 0;
}

.pharmaline-webinars-wrapper .swiper-button-next {
    right: 0;
}

.pharmaline-webinar-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.pharmaline-webinar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pharmaline-webinar-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pharmaline-webinar-title {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.pharmaline-webinar-title a {
    color: #132d52;
    text-decoration: none;
}

.pharmaline-webinar-title a:hover {
    color: #1a3a6e;
}

.pharmaline-webinar-datetime {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    color: #17446d;
    font-weight: 400;
    margin-bottom: 12px;
}

.pharmaline-webinar-description {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #3182ce;
    flex: 1;
    text-align: center;
}

.pharmaline-webinar-speakers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.pharmaline-speaker {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pharmaline-speaker-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.pharmaline-speaker-name {
    font-size: 12px;
    color: #4a5568;
    line-height: 1.3;
}

.pharmaline-webinar-register {
    display: inline-block;
    padding: 10px 20px;
    background: #e6a817;
    color: #132d52;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: background 0.3s ease;
}

.pharmaline-webinar-register:hover {
    background: #d49a15;
    color: #132d52;
}

@media (max-width: 992px) {
    .pharmaline-reg-updates,
    .pharmaline-marketing-stops {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pharmaline-article-item {
        flex-direction: column;
    }
    
    .pharmaline-article-image {
        width: 100%;
    }
    
    .pharmaline-article-image img {
        height: 150px;
    }
    
    .pharmaline-reg-updates,
    .pharmaline-marketing-stops {
        grid-template-columns: 1fr;
    }

    .pharmaline-webinars-wrapper {
        padding: 0 40px;
    }
}