/* Placements Page Custom Styles */
.placement-header {
    background: linear-gradient(135deg, #159447 0%, #073b64 100%);
    color: #ffffff;
    padding: 60px 0;
}

.recruiter-logo-card {
    border-radius: 12px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.recruiter-logo-card:hover {
    transform: translateY(-4px);
}

/* Extracted Inline Styles from placements.html */
body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

.indicator {
    bottom: 50px !important;
}

#__eechatIcon {
    bottom: 56px !important;
}

.four_content_box {
    display: none;
}

.four_content_box.current {
    display: block;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}
