.cca-admission-wrap {
    max-width: 900px;
    margin: 30px auto;
    padding: 25px;
    border: 1px solid #ddd;
    background: #fff;
}

.cca-header {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.cca-header img {
    max-height: 70px;
}

.cca-header .cca-title {
    line-height: 1.4;
}

.cca-header .cca-title strong {
    font-size: 18px;
}

.cca-admission-form p {
    margin-bottom: 15px;
}

.cca-admission-form input,
.cca-admission-form textarea {
    width: 100%;
}